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
|
Source: procinfo
Section: utils
Priority: optional
Maintainer: Florian Ernst <florian@debian.org>
Build-Depends: libncurses5-dev, debhelper (>= 5), dpatch
Standards-Version: 3.6.2
Package: procinfo
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
Conflicts: sysutils (<= 2.0.0-1)
Description: Displays system information from /proc
Procinfo is a small program that gathers some system information from
diverse files under /proc and prints it to the screen. It duplicates some of
the functionality of free(1) and uptime(1). This also includes lsdev for
displaying information about installed hardware and socklist for displaying
a list of open sockets
.
Lsdev is a Perl script that attempts to tabulate DMA, IRQ and I/O port
allocation per kernel driver.
.
Socklist is a Perl script that gives you a list of all open sockets,
enumerating types, port, inode, uid, pid, fd and the program to which
it belongs.
.
Homepage: ftp://ftp.cistron.nl/pub/people/00-OLD/svm/
|