Linux/Unix performance monitoring


 
Thread Tools Search this Thread
Operating Systems Linux Linux/Unix performance monitoring
# 8  
Old 01-24-2008
Problems using collectl related to Zlib

Hi Smilie

I've just installed collectl, it seems to be very useful tool, by the way. But I'm afraid there is a problem when I try to dump the information into a file, collectl can not compress the information, and I think it should be able to, since I got Zlib installed. This is the warning displayed out:

Zlib not installed so not compressing file(s). Use -oz to get rid of this warning.

I do not how to solve this problem. Thanks.
# 9  
Old 01-24-2008
try building an rpm from the src.rpm provided - collectl-2.4-2.src.rpm

this might shed some light on any missing dependencies you may have...

this is how I installed mine...looks promising.

thanks Mark Smilie
# 10  
Old 01-24-2008
Quote:
Originally Posted by izy100
how about Solaris equivalent of 'netstat -i 3' and 'iostat -xntcz 3' on Linux?
any idea?
iostat is available on linux through the sysstat package.
# 11  
Old 01-28-2008
Thank mr_manny.

everything is working out now!
# 12  
Old 01-29-2008
Data More problems with collectl

Here I am again.

Everything was looking good workin with collectl, until I tried to unzip the .tab.gz file generated, I ran collectl this way:

collectl -i 5:5 -P -s cCdDmnNZ -ou -f /tmp/collectl

All the .gz files were generated correctly except the .tab.gz, it size is 10 Bytes, and if I try to unzip it the next message is displayed:

gunzip: collectl-atm117-20080129-141624.tab.gz: unexpected end of file

I think it might be something to do with the way to stop collectl (I'm using the TERM signal), maybe something to do with the Zlib libraries (but then, why the rest of the files are correctly generated?).

I'm afraid I need help again
# 13  
Old 01-29-2008
Bug

Quote:
Originally Posted by harrisjl
This is my first post (yes I'm a newbie).... Smilie

I'm looking for a list of Linux and Unix commands for performance monitoring and a good sight or area on this site that would have man pages and or information on those commands.....

Thanks if anyone can take the time to post..... Smilie
Unix Performance Montioring commands
-------------------------------------------------------------->
vmstat - report virtual memory statistics
iostat - report io statistics
mpstat - report processor statistics
netstat - report network statists
prstat - process statistics
This User Gave Thanks to udhayashankar For This Post:
# 14  
Old 01-30-2008
Hi again!

all my troubles seem to be solved.

I remove all the zib perl libraries I had installed, and then I downloaded and installed the next one:

perl-Compress-Zlib-1.41-1.2.el4.rf.x86_64.rpm
(I'm working on Red Hat, I guess it would be the same for the rest distr)

And that's all!. (I hope)
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Performance Monitoring script for UNIX servers

Hi, I have been working on writing an automated script that will run 24x7 to monitor the performance parameters like CPU,Memory,Disk I/O,Network,SWAP Space etc for all types of Unix servers ( HP-UX,AIX,SOLARIS,LINUX). Problem is I am confused with the commands top,prstat,vmstat,free,sar etc.... (4 Replies)
Discussion started by: ssk250
4 Replies

2. Red Hat

HELP - Resource/Performance Monitoring Script - Red Hat Enterprise Linux Server

Hi all, ------------------------- Linux OS Version/Release: ------------------------- Red Hat Enterprise Linux Server release 5.5 (Tikanga) Linux <hostname> 2.6.18-194.8.1.el5 #1 SMP Wed Jun 23 10:52:51 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux I have a server that hosts 30+ Oracle... (1 Reply)
Discussion started by: newbie_01
1 Replies

3. Linux

Help in monitoring performance problem in Linux

hello, i'm having some performance problem on one of my linux machines and i hope someone will be able to help me analyzing the problem. machine info: Linux fedora, cpu x 4 cores of 1.6Ghz, 8G memory, 8G swap. i've enabled sar on my machine and created a graph using ksar utility for... (15 Replies)
Discussion started by: levic
15 Replies

4. Solaris

Performance Monitoring

Hi all, I am planning to give a presentation on performance measure. I have decided to focus on the commands which are used to know the performance of the server. I have a idea of prstat,vmstat,netstat, and iostat. Could anybody suggest me any other commands which are used for perforamance... (7 Replies)
Discussion started by: priky
7 Replies

5. UNIX for Dummies Questions & Answers

Unix Performance Monitoring

In the vmstat , there are many columns you can see. Can someone tell me what is the most important column that i need to be watched on, and what value or average value should i watch inorder to determine that im experiencing a cpu bottle neck. What should be my basis. or if you use glance ... (2 Replies)
Discussion started by: kaibiganmi
2 Replies

6. UNIX for Dummies Questions & Answers

Unix performance monitoring counters

Which performance counters you might to define as "The most important counters in checking unix performance" (3 Replies)
Discussion started by: gen4ik
3 Replies

7. UNIX for Dummies Questions & Answers

Performance monitoring

Hello, I am trying to find a way to view current CPU and disk usage. I used to use nmon which worked fine but since an upgrade to our servers this is no longer available. I have tried to get it reinstalled to no avail! Are there any other commands you can use within unix which will allow me... (4 Replies)
Discussion started by: johnwilliams
4 Replies

8. UNIX for Advanced & Expert Users

Performance Monitoring

Hi all The place I work for is about to to place there database server under heavy load for testing and would like the effect recorded as much as possible. Can anyone point me in the right direction with respect to real time system monitoring. I am aware of of 'sar', vmstat etc and hope to... (2 Replies)
Discussion started by: silvaman
2 Replies

9. UNIX for Dummies Questions & Answers

Unix performance monitoring via Windows/NT

We are trying to Monitor Unix via Window95/98 on an NT network. Is there anyone that could point us in the direction on software that runs in Windows on a Telnet connection that we could use to accomplish this? We have tried a program called Unix Watcher by Etasoft and can' get it to connect. ... (6 Replies)
Discussion started by: btrout
6 Replies
Login or Register to Ask a Question