On Thu, 14 Sep 2000, Jonathan Wilson wrote:

> Howdy,
> 
> As I've said several times, my co is in the middle of shifting over to 
> Linux web and email servers.
> 
> One of my jobs as the new Sys Admin is to find apps that accomplish certain 
> jobs, in similar fashtion to the apps we use on NT.
> 
> One thing we use all the time on NT is a resource meter. Current page hits, 
> current CPU usages, memory usage, SQL querys in progress, etc.
> 
> Probably the most important of these is the CPU, then the mem usage.
> 
> Ok, so I need something that will tell me these types of things, but since 
> we're not running X on this server, it's got to be console-based.
> 
> Any ideas?
> Yes, I'll look on freashmeat too :-) I just thought I'd ask.
> 
> Also, would anyone care to explain the load average feature of  "uptime"?
> 
>       12:07pm  up 14 days,  1:49, 10 users,  load average: 0.48, 0.43, 0.45
> 
> Thanks,
>               JW
> 
> 
First, for uptime: (man uptime)
       uptime  gives a one line display of the following informa-
       tion.  The current time, how long the system has been run-
       ning, how many users are currently logged on, and the sys-
       tem load averages for the past 1, 5, and 15 minutes.
 
Now, for memory usage, the free command is handy.

There is a ncurses based program that will also give you system
information that is not part of the standard distribution, but I don't
remember the name off hand.  do a search on sysinfo on freashmeat, and I
am sure you will find it.

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to