/var/lib/pcp/pmns
NameSizeModeActions
Make.stdpmid37790755editdlrm
Makefile10930644editdlrm
Rebuild90140755editdlrm
root518250644editdlrm
root.prev90644editdlrm
root_denki7800644editdlrm
root_jbd213620644editdlrm
root_kvm18850644editdlrm
root_linux388720644editdlrm
root_mmv1030644editdlrm
root_pmcd30510644editdlrm
root_pmproxy1260644editdlrm
root_podman12300644editdlrm
root_proc93270644editdlrm
root_root8170644editdlrm
root_xfs120640644editdlrm
root_zfs145420644editdlrm
stdpmid35900644editdlrm
stdpmid.local760644editdlrm
stdpmid.pcp19780644editdlrm
Edit: /usr/libexec/pcp/pmns/root_podman (1230B)
/* * Copyright (c) 2018,2021 Red Hat. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. */ #ifndef PODMAN #define PODMAN 33 #endif root { podman } podman { container pod } podman.pod { name PODMAN:2:0 cgroup PODMAN:2:1 status PODMAN:2:2 containers PODMAN:2:3 } podman.container { stats name PODMAN:1:0 command PODMAN:1:1 status PODMAN:1:2 running PODMAN:1:5 image PODMAN:1:6 pod PODMAN:1:7 } podman.container.stats { net_input PODMAN:0:0 net_output PODMAN:0:1 block_input PODMAN:0:2 block_output PODMAN:0:3 cpu PODMAN:0:4 cpu_nano PODMAN:0:5 system_nano PODMAN:0:6 mem_usage PODMAN:0:7 mem_limit PODMAN:0:8 mem_perc PODMAN:0:9 pids PODMAN:0:10 }