1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: procmeter
Section: utils
Priority: optional
Build-Depends: debhelper, xlib6g-dev
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.1.1.1
Package: procmeter
Architecture: any
Depends: ${shlibs:Depends}
Description: X based system status monitor, older version
This is the older version of procmeter. You probably want to install the
procmeter3 package instead of this one, unless you need features only
present in this older version - namely, the ability to log to a file or
syslog, and the ability to read data from named pipes.
.
ProcMeter displays constantly updating graphs of system information.
Many different graphs are supported, including:
.
Total cpu usage, cpu used by user, niced, or system processes, cpu idle
time, load average, number of context switches, number of processes. Amount
of swapping, paging, swap in, page in, swap out, page out. Amount of disk
accesses, reads, writes, or interrupts. MB of free, used, buffer, or cached
memory. Amount of swap space used. Number of packets received or transmitted
over local interfaces, ethernet, or slip/ppp. Number of collisions on
ethernet, battery life stats.
.
As if all that wasn't enough, procmeter also allows you to write programs
that communicate with procmeter and add new graphs to the display.
.
Procmeter can also log statistics to a file, and play it back later.
|