Unix system monitoring


 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Infrastructure Monitoring Unix system monitoring
# 1  
Old 04-19-2010
Network Unix system monitoring

Hi,
I am relatively new to Unix. Today I have attended an interview and they asked me below questions
(a)How do you monitor Unix system?
(b)How do you know every thing is working fine?
(c)How do you know if there are any bottle necks?
(d)How do you know if any process is hanging and draining the resources?
(e)If the application is driven by exchange feeds, how do you know if the feeds are all set up correctly?
(f)Are you aware of any performance monitoring tools?

This is with respect to their application which is a trade processing application.

Please help me improve my knowledge.

Regards
# 2  
Old 04-20-2010
Quote:
a)How do you monitor Unix system?
With monitoring tools, or adequate unix commands: top, sar, iostat, vmstat etc...
Quote:
(b)How do you know every thing is working fine?
? By looking at the logs?
Quote:
(c)How do you know if there are any bottle necks?
by monitoring the system...
Quote:
(d)How do you know if any process is hanging and draining the resources?
top ?
I let others continue and complete!
...
Quote:
(e)If the application is driven by exchange feeds, how do you know if the feeds are all set up correctly?
Quote:
(f)Are you aware of any performance monitoring tools?


---------- Post updated at 16:30 ---------- Previous update was at 16:27 ----------

About performance monitoring tools, plenty exist from free to $$$$$ all depends on what you are looking for and how much $$$/time you can spare
# 3  
Old 04-21-2010
find out what is Nagios. also see this
# 4  
Old 04-21-2010
try zabbix
# 5  
Old 04-27-2010
To all gurus,
Thanks a lot. This is invaluable.

Regards,
krdblc
# 6  
Old 04-28-2010
iostat, vmstat and netstat are used for performance monitoring
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Infrastructure Monitoring

Best system monitoring for Linux

Hi all, I'm looking for the best tool to monitor the Linux system. I've found a lot of interesting tools searching the web but I didn't find one which can do all the requirments (like a one in all tool). I would prefer it to include a command line interface also. Thank you, Andreea (1 Reply)
Discussion started by: andreea9322
1 Replies

2. Linux

Best Linux monitoring system

Hi all, I'm looking for the best tool to monitor the Linux system. I've found a lot of interesting tools searching the web but I didn't find one which can do all the requirments (like a one in all tool). I would prefer it to include a command line interface also. Thank you, Andreea (0 Replies)
Discussion started by: andreea9322
0 Replies

3. AIX

System monitoring with RMC/RSCT

Hi all, is any of you using RMC for monitoring your LPARs? Is it viable? I know the IBM Magazine article and the Redbooks about it but I would like to hear from first hand. Thanks in advance for sharing your experience! (7 Replies)
Discussion started by: zaxxon
7 Replies

4. Shell Programming and Scripting

system monitoring script

Hi, Does anyone have an example system monitoring script to monitor drives, memory, etc. Need a good example. Cheers Walnutpony (4 Replies)
Discussion started by: walnutpony123
4 Replies

5. Infrastructure Monitoring

Monitoring and Alert System

hi, i serarch monitoring and alert system. when HDD and services are down. Send email and sms alert to me and help desk. but i don't find any program. Can you help me ? Thanks. (1 Reply)
Discussion started by: oulutas
1 Replies

6. AIX

AIX system monitoring

Hi All, I am new to administration. can any one pls tell me how can i accomplish the follwoing task in AIX : 1.The overall %CPU used, the %CPU used of each CPU, the overall Real Memory in KB is used, the total Real Memory is installed in the host, the overall Virtual Memory in KB is... (2 Replies)
Discussion started by: panyam
2 Replies

7. Programming

system monitoring api

Hi all, I am looking for api to get me system monitoring statictics every 5 minutes. I am looking at the following statistics: 1. System CPU Usage 2. Process CPU Usage 3. Process Memory Usage 4. I/O Usage for a certain disk. 5. Process I/O bytes/sec utilization. I have seen very... (4 Replies)
Discussion started by: uiqbal
4 Replies

8. Shell Programming and Scripting

Monitoring system available time

Hi, I am new to Unix. I have an application which i need to monitor it for the available system time. If the system is down, i need to send an email notifying the downtime. Can someone provide a sample code or shell script to perform the above activity. Thanks (3 Replies)
Discussion started by: borncrazy
3 Replies
Login or Register to Ask a Question