File: README

package info (click to toggle)
slmon 0.5.13-2.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 504 kB
  • ctags: 210
  • sloc: sh: 2,912; ansic: 1,800; makefile: 60
file content (28 lines) | stat: -rw-r--r-- 905 bytes parent folder | download | duplicates (3)
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

    SLmon is a tool for monitoring system's performance. It displays results
using nice and (hopefully) readable text-based UI. Currently monitored
are:

	o  CPU load (SMP is supported)
	o  network interfaces
	o  memory (including swap)
	o  uptime, date and time
	o  number of logged in users
	o  mounted filesystems
	o  processes

    SLmon uses glibtop version >= 2 and libslang version >= 1.2.2
(this version however has a bug that makes it impossible to write a
character in lower right corner, but otherwise it works okay).

Starting with 0.5.13 Glib library is needed.

    SLmon home page http://slmon.sourceforge.net

Download:

o Libgtop ftp://ftp.gnome.org/pub/GNOME/stable/sources/libgtop/
o S-Lang ftp://space.mit.edu/pub/davis/slang/

If you use this program please send any feedback to <kluks@iq.pl>. Especially
I'd like to know what features do you miss so I can put them on my TODO list.