summaryrefslogtreecommitdiff
path: root/fedora/.local/bin/htop-vim/pcp/meters
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-28 15:42:50 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-28 15:42:50 +0900
commitae78dbbff81196f1d7bc8fabf84d05e6b9f3ca03 (patch)
treefdc69ee3e2772aa4db7e8efe4bd30d101c7f82ac /fedora/.local/bin/htop-vim/pcp/meters
parent06ad645351572c0e7188c52028998384d718df2e (diff)
updatesHEADmaster
Diffstat (limited to 'fedora/.local/bin/htop-vim/pcp/meters')
-rw-r--r--fedora/.local/bin/htop-vim/pcp/meters/entropy9
-rw-r--r--fedora/.local/bin/htop-vim/pcp/meters/freespace11
-rw-r--r--fedora/.local/bin/htop-vim/pcp/meters/ipc13
-rw-r--r--fedora/.local/bin/htop-vim/pcp/meters/locks15
-rw-r--r--fedora/.local/bin/htop-vim/pcp/meters/memcache11
-rw-r--r--fedora/.local/bin/htop-vim/pcp/meters/mysql71
-rw-r--r--fedora/.local/bin/htop-vim/pcp/meters/postfix20
-rw-r--r--fedora/.local/bin/htop-vim/pcp/meters/redis39
-rw-r--r--fedora/.local/bin/htop-vim/pcp/meters/tcp21
9 files changed, 0 insertions, 210 deletions
diff --git a/fedora/.local/bin/htop-vim/pcp/meters/entropy b/fedora/.local/bin/htop-vim/pcp/meters/entropy
deleted file mode 100644
index 0bef0cf..0000000
--- a/fedora/.local/bin/htop-vim/pcp/meters/entropy
+++ /dev/null
@@ -1,9 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[entropy]
-caption = Entropy
-avail.metric = kernel.all.entropy.avail / kernel.all.entropy.poolsize * 100
-avail.label = avail
-avail.suffix = %
diff --git a/fedora/.local/bin/htop-vim/pcp/meters/freespace b/fedora/.local/bin/htop-vim/pcp/meters/freespace
deleted file mode 100644
index 074af6d..0000000
--- a/fedora/.local/bin/htop-vim/pcp/meters/freespace
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[freespace]
-caption = Freespace
-description = Filesystem space
-used.metric = sum(filesys.used)
-used.color = blue
-free.metric = sum(filesys.free)
-free.color = green
diff --git a/fedora/.local/bin/htop-vim/pcp/meters/ipc b/fedora/.local/bin/htop-vim/pcp/meters/ipc
deleted file mode 100644
index 4162f39..0000000
--- a/fedora/.local/bin/htop-vim/pcp/meters/ipc
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[ipc]
-caption = SysV IPC
-description = SysV IPC counts
-msg.metric = ipc.msg.used_queues
-msg.color = blue
-sem.metric = ipc.sem.used_sem
-sem.color = green
-shm.metric = ipc.shm.used_ids
-shm.color = cyan
diff --git a/fedora/.local/bin/htop-vim/pcp/meters/locks b/fedora/.local/bin/htop-vim/pcp/meters/locks
deleted file mode 100644
index 5d09510..0000000
--- a/fedora/.local/bin/htop-vim/pcp/meters/locks
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[locks]
-caption = File locks
-description = VFS file locks
-posix.metric = vfs.locks.posix.count
-posix.color = blue
-flock.metric = vfs.locks.flock.count
-flock.color = green
-readlock.metric = vfs.locks.posix.read + vfs.locks.flock.read
-readlock.color = red
-writelock.metric = vfs.locks.posix.write + vfs.locks.flock.write
-writelock.color = yellow
diff --git a/fedora/.local/bin/htop-vim/pcp/meters/memcache b/fedora/.local/bin/htop-vim/pcp/meters/memcache
deleted file mode 100644
index 0f2fac2..0000000
--- a/fedora/.local/bin/htop-vim/pcp/meters/memcache
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[memcache]
-caption = Memcache
-description = Memcache Hits
-hit.metric = sum(memcache.hits)
-hit.color = green
-miss.metric = sum(memcache.misses)
-miss.color = blue
diff --git a/fedora/.local/bin/htop-vim/pcp/meters/mysql b/fedora/.local/bin/htop-vim/pcp/meters/mysql
deleted file mode 100644
index a9e75e4..0000000
--- a/fedora/.local/bin/htop-vim/pcp/meters/mysql
+++ /dev/null
@@ -1,71 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[mysql_io]
-caption = MySQL I/O
-recv.metric = mysql.status.bytes_received
-recv.color = green
-sent.metric = mysql.status.bytes_sent
-sent.color = blue
-
-[mysql_keys]
-caption = MySQL keys
-description = MySQL key status
-key_blocks_used.metric = mysql.status.key_blocks_used
-key_blocks_used.label = color
-key_blocks_used.label = used
-key_reads.metric = mysql.status.key_reads
-key_reads.label = read
-key_reads.color = green
-key_writes.metric = mysql.status.key_writes
-key_writes.label = writ
-key_writes.color = blue
-key_read_requests.metric = mysql.status.key_read_requests
-key_read_requests.label = rreq
-key_read_requests.color = green
-key_write_requests.metric = mysql.status.key_write_requests
-key_write_requests.label = wreq
-key_write_requests.color = blue
-
-[innodb_buffer]
-caption = InnoDB pool
-description = InnoDB buffer pool
-created.metric = mysql.status.innodb_pages_created
-created.label = cr
-created.color = yellow
-read.metric = mysql.status.innodb_pages_read
-read.label = rd
-read.color = greed
-written.metric = mysql.status.innodb_pages_written
-written.label = wr
-written.color = red
-
-[innodb_io]
-caption = InnoDB I/O
-description = InnoDB I/O operations
-read.metric = mysql.status.innodb_data_read
-read.label = rd
-read.color = green
-written.metric = mysql.status.innodb_data.writes
-written.label = wr
-written.color = blue
-sync.metric = mysql.status.innodb_data_fsyncs
-sync.label = sync
-sync.color = cyan
-
-[innodb_ops]
-caption = InnoDB ops
-description = InnoDB operations
-inserted.metric = mysql.status.innodb_rows_inserted
-inserted.label = ins
-inserted.color = blue
-updated.metric = mysql.status.innodb_rows_updated
-updated.label = upd
-updated.color = cyan
-deleted.metric = mysql.status.innodb_rows_deleted
-deleted.label = del
-deleted.color = red
-read.metric = mysql.status.innodb_rows_read
-read.label = rd
-read.color = green
diff --git a/fedora/.local/bin/htop-vim/pcp/meters/postfix b/fedora/.local/bin/htop-vim/pcp/meters/postfix
deleted file mode 100644
index cda6837..0000000
--- a/fedora/.local/bin/htop-vim/pcp/meters/postfix
+++ /dev/null
@@ -1,20 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[postfix]
-caption = Postfix
-incoming.metric = sum(postfix.queues.incoming)
-incoming.color = green
-incoming.label = in
-active.metric = sum(postfix.queues.active)
-active.color = blue
-active.label = act
-deferred.metric = sum(postfix.queues.deferred)
-deferred.color = cyan
-deferred.label = dfr
-bounce.metric = sum(postfix.queues.maildrop)
-bounce.color = red
-bounce.label = bnc
-hold.metric = sum(postfix.queues.hold)
-hold.color = yellow
diff --git a/fedora/.local/bin/htop-vim/pcp/meters/redis b/fedora/.local/bin/htop-vim/pcp/meters/redis
deleted file mode 100644
index a72f727..0000000
--- a/fedora/.local/bin/htop-vim/pcp/meters/redis
+++ /dev/null
@@ -1,39 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[redisxact]
-caption = Redis xact
-description = Redis transactions
-tps.metric = redis.instantaneous_ops_per_sec
-tps.color = green
-
-[redismem]
-caption = Redis mem
-description = Redis memory
-lua.metric = redis.used_memory_lua
-lua.color = magenta
-used.metric = redis.used_memory
-used.color = blue
-
-[redisclient]
-caption = Redis clients
-description = Redis clients
-type = bar
-blocked.metric = redis.blocked_clients
-blocked.color = blue
-blocked.label = blk
-clients.metric = redis.connected_clients
-clients.color = green
-clients.label = conn
-
-[redisconn]
-caption = Redis conn
-description = Redis connections
-type = bar
-reject.metric = redis.rejected_connections
-reject.color = magenta
-reject.label = fail/s
-total.metric = redis.total_connections_received
-total.color = blue
-total.label = conn/s
diff --git a/fedora/.local/bin/htop-vim/pcp/meters/tcp b/fedora/.local/bin/htop-vim/pcp/meters/tcp
deleted file mode 100644
index c95736f..0000000
--- a/fedora/.local/bin/htop-vim/pcp/meters/tcp
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# pcp-htop(1) configuration file - see pcp-htop(5)
-#
-
-[tcp]
-caption = TCP
-description = TCP sockets
-listen.metric = network.tcpconn.listen
-listen.color = green
-listen.label = lis
-active.metric = network.tcpconn.established
-active.color = blue
-active.label = act
-syn.metric = network.tcpconn.syn_sent + network.tcpconn.syn_recv + network.tcpconn.last_ack
-syn.color = cyan
-wait.metric = network.tcpconn.time_wait
-wait.color = red
-wait.label = tim
-close.metric = network.tcpconn.fin_wait1 + network.tcpconn.fin_wait2 + network.tcpconn.close + network.tcpconn.close_wait + network.tcpconn.closing
-close.color = yellow
-close.label = clo