Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Hi,
There are applications like top and htop that display on the first few lines the cpu load. There are other tools like iptraf to show network ussage. There are nice graphical tools like gkrelm that also display disk load, per disk, even per partition, and things like temperatures and voltages.
What about a text mode application giving at least some of that?
I would like something like the first few lines of "htop", with more info: network load, disks load, temperatures, fan speed... I'd like to have it running on text mode servers, or when doing maintenance or backup in text mode (clonezilla, for instance, is text mode).
Do anybody know something of the kind?
Not exactly what you want, likely, but how about an io monitor: (uses screen clear to replot the page and ANSI color for the graphs... it can be set to scroll, though, but I find that less useful... Mon, Apr 7 10:42:01 Period: 5s Load:0.87 Tasks: 635 Cpu: 47.8% ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― NetIF:◄━━━━━━━━━━━━━Receive & Transmit 2MB/s Scale ━━━━━━━━━━━━━(Tot: 1.7MB/s)━► eth2 :██████████████(1017KB/s Trx)███████████ 1MB/s eth4 :████████(560KB/s Trx)███ 684KB/s eth0 : 771B/s ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Device :◄━━━━━━━━━━━━━Read & Write 1MB/s Scale ━━━━━━━━━━━━(Tot: 948KB/s)━► Media :█████████████████████████(930KB/s Rd)█████████████████████████ Home : 1.6KB/s ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― Name :PID :◄━━━━━━━━━━━Read & Write 1MB/s Scale ━━━━━━━━━━━(Tot: 930KB/s)━► transmiss:5519 :████████████████(681KB/s Rd)███████████████ 681KB/s transmiss:59966:██(245KB/s Rd)█ 245KB/s imap :8988 : 2.4KB/s Terminal :35026: 818B/s fetchmail:60492: 818B/s This util is specific to I/O...shows network I/O, partition I/O and top process I/O processes. I'd have to package it up for distribution (written in perl). Only bug I know that it has is if you resize the window, you have to hit return in the window to get it to go again -- for some reason the SIGWINCH causes the timer signal to get lost. Can change the refresh period by using +/- keys. I usually start it up in it's own Terminal window in a script that loops and runs it again if I press 'q', (aids in starting a new version). I find it a bit easier to see what I/O is going on rather than trying to look at something like iotop....ARG... -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org