summaryrefslogtreecommitdiff
path: root/fedora/.local/bin/htop-vim/pcp/columns
diff options
context:
space:
mode:
Diffstat (limited to 'fedora/.local/bin/htop-vim/pcp/columns')
-rw-r--r--fedora/.local/bin/htop-vim/pcp/columns/container10
-rw-r--r--fedora/.local/bin/htop-vim/pcp/columns/delayacct10
-rw-r--r--fedora/.local/bin/htop-vim/pcp/columns/fdcount10
-rw-r--r--fedora/.local/bin/htop-vim/pcp/columns/guest17
-rw-r--r--fedora/.local/bin/htop-vim/pcp/columns/memory39
-rw-r--r--fedora/.local/bin/htop-vim/pcp/columns/sched10
-rw-r--r--fedora/.local/bin/htop-vim/pcp/columns/swap15
-rw-r--r--fedora/.local/bin/htop-vim/pcp/columns/tcp31
-rw-r--r--fedora/.local/bin/htop-vim/pcp/columns/udp31
-rw-r--r--fedora/.local/bin/htop-vim/pcp/columns/wchan17
10 files changed, 0 insertions, 190 deletions
diff --git a/fedora/.local/bin/htop-vim/pcp/columns/container b/fedora/.local/bin/htop-vim/pcp/columns/container
deleted file mode 100644
index 519288f..0000000
--- a/fedora/.local/bin/htop-vim/pcp/columns/container
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[container]
-heading = Container
-caption = CONTAINER
-width = -12
-metric = proc.id.container
-description = Name of processes container via cgroup heuristics
diff --git a/fedora/.local/bin/htop-vim/pcp/columns/delayacct b/fedora/.local/bin/htop-vim/pcp/columns/delayacct
deleted file mode 100644
index 016904c..0000000
--- a/fedora/.local/bin/htop-vim/pcp/columns/delayacct
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[blkio]
-heading = BLKIOD
-caption = BLKIO_TIME
-width = 6
-metric = proc.psinfo.delayacct_blkio_time
-description = Aggregated block I/O delays
diff --git a/fedora/.local/bin/htop-vim/pcp/columns/fdcount b/fedora/.local/bin/htop-vim/pcp/columns/fdcount
deleted file mode 100644
index e679480..0000000
--- a/fedora/.local/bin/htop-vim/pcp/columns/fdcount
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[fds]
-heading = FDS
-caption = FDCOUNT
-width = 4
-metric = proc.fd.count
-description = Open file descriptors
diff --git a/fedora/.local/bin/htop-vim/pcp/columns/guest b/fedora/.local/bin/htop-vim/pcp/columns/guest
deleted file mode 100644
index 89bb926..0000000
--- a/fedora/.local/bin/htop-vim/pcp/columns/guest
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[guest]
-heading = GUEST
-caption = GUEST_TIME
-width = 6
-metric = proc.psinfo.guest_time
-description = Guest time for the process
-
-[cguest]
-heading = CGUEST
-caption = CGUEST_TIME
-width = 6
-metric = proc.psinfo.guest_time + proc.psinfo.cguest_time
-description = Cumulative guest time for the process and its children
diff --git a/fedora/.local/bin/htop-vim/pcp/columns/memory b/fedora/.local/bin/htop-vim/pcp/columns/memory
deleted file mode 100644
index 305a654..0000000
--- a/fedora/.local/bin/htop-vim/pcp/columns/memory
+++ /dev/null
@@ -1,39 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[vmdata]
-heading = VDATA
-width = 6
-metric = proc.memory.vmdata
-description = Virtual memory used for data
-
-[vmstack]
-heading = VSTACK
-width = -6
-metric = proc.memory.vmstack
-description = Virtual memory used for stack
-
-[vmexe]
-heading = VEXEC
-width = 6
-metric = proc.memory.vmexe
-description = Virtual memory used for non-library executable code
-
-[vmlib]
-heading = VLIBS
-width = 6
-metric = proc.memory.vmlib
-description = Virtual memory used for libraries
-
-[vmswap]
-heading = VSWAP
-width = 6
-metric = proc.memory.vmswap
-description = Virtual memory size currently swapped out
-
-[vmlock]
-heading = VLOCK
-width = 6
-metric = proc.memory.vmlock
-description = Locked virtual memory
diff --git a/fedora/.local/bin/htop-vim/pcp/columns/sched b/fedora/.local/bin/htop-vim/pcp/columns/sched
deleted file mode 100644
index 36b8b55..0000000
--- a/fedora/.local/bin/htop-vim/pcp/columns/sched
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[rundelay]
-heading = RUNQ
-caption = RUN_DELAY
-width = 4
-metric = proc.schedstat.run_delay
-description = Run queue time
diff --git a/fedora/.local/bin/htop-vim/pcp/columns/swap b/fedora/.local/bin/htop-vim/pcp/columns/swap
deleted file mode 100644
index 234b3db..0000000
--- a/fedora/.local/bin/htop-vim/pcp/columns/swap
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[swap]
-heading = SWAP
-width = 5
-metric = proc.psinfo.nswap
-description = Count of swap operations for the process
-
-[cswap]
-heading = CSWAP
-width = 5
-metric = proc.psinfo.nswap + proc.psinfo.cnswap
-description = Cumulative swap operations for the process and its children
diff --git a/fedora/.local/bin/htop-vim/pcp/columns/tcp b/fedora/.local/bin/htop-vim/pcp/columns/tcp
deleted file mode 100644
index f9a1819..0000000
--- a/fedora/.local/bin/htop-vim/pcp/columns/tcp
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[tcp_send_calls]
-heading = TCPS
-caption = TCP_SEND
-width = 6
-metric = bcc.proc.net.tcp.send.calls
-description = Count of TCP send calls
-
-[tcp_send_bytes]
-heading = TCPSB
-caption = TCP_SEND_BYTES
-width = 6
-metric = bcc.proc.net.tcp.send.bytes
-description = Cumulative bytes sent via TCP
-
-[tcp_recv_calls]
-heading = TCPR
-caption = TCP_RECV
-width = 6
-metric = bcc.proc.net.tcp.recv.calls
-description = Count of TCP recv calls
-
-[tcp_recv_bytes]
-heading = TCPRB
-caption = TCP_RECV_BYTES
-width = 6
-metric = bcc.proc.net.tcp.recv.bytes
-description = Cumulative bytes received via TCP
diff --git a/fedora/.local/bin/htop-vim/pcp/columns/udp b/fedora/.local/bin/htop-vim/pcp/columns/udp
deleted file mode 100644
index 060f048..0000000
--- a/fedora/.local/bin/htop-vim/pcp/columns/udp
+++ /dev/null
@@ -1,31 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[udp_send_calls]
-heading = UDPS
-caption = UDP_SEND
-width = 6
-metric = bcc.proc.net.udp.send.calls
-description = Count of UDP send calls
-
-[udp_send_bytes]
-heading = UDPSB
-caption = UDP_SEND_BYTES
-width = 6
-metric = bcc.proc.net.udp.send.bytes
-description = Cumulative bytes sent via UDP
-
-[udp_recv_calls]
-heading = UDPR
-caption = UDP_RECV
-width = 6
-metric = bcc.proc.net.udp.recv.calls
-description = Count of UDP recv calls
-
-[udp_recv_bytes]
-heading = UDPRB
-caption = UDP_RECV_BYTES
-width = 6
-metric = bcc.proc.net.udp.recv.bytes
-description = Cumulative bytes received via UDP
diff --git a/fedora/.local/bin/htop-vim/pcp/columns/wchan b/fedora/.local/bin/htop-vim/pcp/columns/wchan
deleted file mode 100644
index 893de58..0000000
--- a/fedora/.local/bin/htop-vim/pcp/columns/wchan
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[wchan]
-heading = WCHAN
-caption = WCHAN_ADDRESS
-width = 8
-metric = proc.psinfo.wchan
-description = Wait channel, kernel address process is blocked or sleeping on
-
-[wchans]
-heading = WCHANS
-caption = WCHAN_SYMBOL
-width = -12
-metric = proc.psinfo.wchan_s
-description = Wait channel, kernel symbol process is blocked or sleeping on