system statistics

system statistics

Post by Pirab » Sat, 28 Sep 2002 23:53:56



Is there any portable way to retrive the system statistics like load
average, free memory, swap, disk io in bolcks, packets read and
written by eth etc in unix operating systems (system calls
preferrable). I found some user commands like vmstat, netstat and top.
Please let me know abt other alternatives.

Thanks in advance
Pirabhu

 
 
 

system statistics

Post by Fletcher Glen » Sun, 29 Sep 2002 00:44:51



> Is there any portable way to retrive the system statistics like load
> average, free memory, swap, disk io in bolcks, packets read and
> written by eth etc in unix operating systems (system calls
> preferrable). I found some user commands like vmstat, netstat and top.
> Please let me know abt other alternatives.

> Thanks in advance
> Pirabhu

There is no portable way to access the information that
you want.  This is why our company is in business.

--
                Fletcher Glenn


 
 
 

system statistics

Post by scriptOmati » Sun, 29 Sep 2002 06:10:57



> Is there any portable way to retrive the system statistics like load
> average, free memory, swap, disk io in bolcks, packets read and
> written by eth etc in unix operating systems (system calls
> preferrable). I found some user commands like vmstat, netstat and top.
> Please let me know abt other alternatives.

> Thanks in advance
> Pirabhu

Pirabhu,
You might find the OpenSysMon open source software package useful.

It comes with scripts to do what you want for lots of different UNIX
platforms and is very easily extended.  See http://www.opensysmon.com

--
http://ftp.opensysmon.com is a shell script archive site with an
opensource system monitoring software package designed for scripts
and fully compatible with cron.

 
 
 

system statistics

Post by pirabhu » Sun, 29 Sep 2002 03:15:03


Is there any portable way for measuring system statistics like load
average, disk utilisation, network utilisation, memory and swap free etc
in unix systems(system calls preferrable). I found some user commands
like vmstat, uptime and netstat for the same purposes. Please let me
know if there are any effecient alternatives (again system calls
preferrable).

Thanks in advance
Pirabhu

--
Posted via http://dbforums.com

 
 
 

system statistics

Post by David Schwart » Sun, 29 Sep 2002 12:17:27



> Is there any portable way for measuring system statistics like load
> average, disk utilisation, network utilisation, memory and swap free etc
> in unix systems(system calls preferrable).

        Not really, and it's mostly because these concepts are not portable. As
a trivial example, what does free memory mean? Physical memory not in
use? And is swap free if it's reserved in case shared pages are
modified?

        DS

 
 
 

1. Good software to log and analyse system statistic?

Hi,
   I am wondering what you system administrators use to log and analyse your
system load such as I/O, CPU usage, and network load?  I understand you can
use perfmeter, but what I want is to have something more meaningful than that.
   My idea is to use perfmeter and save the sample to files.  Then use that
data saved by perfmeter to analyse system statistic.  I ran into trouble when
I try to compile GD library cuz the flag incompatibility between gcc and cc.  
GD library is used for one of the perl script to generate graph(pie, chart)
from the sample file by perfmeter.  So since I ran into problems, I want to
know what you guys out there use to log and analyse your system load?  So
maybe I could try something other other than this cheap way I came up with.  
Please dont recommend me any commercial software, I am doing this cheezy way
cuz we dont have the budget to buy a commercial ones.  :)  

2. KDE won't start! Help! Piglet! Me!

3. Unix System Statistics

4. Is there s/w encrypted drive for Solaris

5. system statistics

6. Double cpu SS10 hangs badly

7. File-system Statistics

8. tmchild: exec service failed, errno = 13

9. unmounted file systems statistics

10. prevent users from running system statistic tools

11. Remote collection of system statistics on a Sun (programming problem)

12. pstat,vmstat,system statistics

13. Is there an API for gathering system statistics?