![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pre-checks | balaji_prk | AIX | 2 | 03-13-2009 03:07 PM |
| Business Rules Forum 2008: Business Decisions from Real Time Events | iBot | Complex Event Processing RSS News | 0 | 10-29-2008 09:50 AM |
| Article: Extending the Business Value of SOA through Business Process Management | iBot | Oracle Updates (RSS) | 0 | 09-11-2008 02:15 AM |
| Legal Ruling Removes Open-Source Cloud - Investor's Business Daily (subscription) | iBot | UNIX and Linux RSS News | 0 | 08-13-2007 08:00 PM |
| text boxes, radio buttons , check boxes in c++ on unix | devy8 | High Level Programming | 3 | 07-07-2001 05:58 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Sorry, but your question is too general to be answered.
For instance, it might be critical to watch filesystem capacity if a lot of data is getting stored on the system and the data is not coming in a steady predictable stream. On the other hand there are systems where very little data is stored and the filesystem doesn't have to be watched closely at all. For some systems looking at it every month is enough, for others it is vital to monitor it hourly, yet many systems are somewhere between these extremes. Specify your question a bit and we might be able to help you better. bakunin |
|
||||
|
Quote:
as i dont have a real time experience so this question ![]() ---------- Post updated at 08:26 PM ---------- Previous update was at 08:13 PM ---------- Quote:
i think there is difference between a ticket being issued and checks on business critical boxes. |
|
||||
|
Quote:
If anything has to be monitored every minute, hour, day, week or month depends on the system and the characteristics of its purpose. There is no general answer because there is no "general system". If you ask "which is the best car" without specifying for which purpose the only thing one could answer is: that depends. If you want to transport tons of goods it might be some large truck and not the Ferrari, if you want to win races it might be the other way round and if you want to go offroad you will quickly find out that both are quite bad compared to a Landrover. Coming back to your question: what does a system keep going: a) environmental issues - energy - climate/temperature control - .... b) OS level - availability of processing resources - CPU - availability of memory - availability of storage space - filesystem - OS resources consumption: process table, etc. - availability of network bandwith - ... c) application specific - depends on the application, things like queue lengths, transaction times, ... Be aware that this list is far from being complete, its just the most obvious things, feel free to add whatever is important for your system to continue working. As a rule: everything that is important for the system to continue doing its purpose you need a "sensor" - a logfile, a piece of software, a blinking warning lamp, what ever. Some of the things might be already covered: you do not have to watch climate control if the system is in a data center where air condition is provided and covered for without you doing anthing. You still might want to watch over fans, etc. and get an alarm if the system starts overheating. Speaking about the things left on the list: it depends on the system and what it is used for, how often something has to be checked. Because these checks take usually some processing power (in most cases little programs do the work) it is generally good to do the checks as often as necessary and as rarely as possible. If you have a system where never data gets stored (a gateway system, for instance) a check of the filesystems every minute is superfluous, on a database server it might be necessary. The same goes for CPU, network and all the other things on the list. So there is no such thing as a "thing that has to be monitored hourly", because, whatever the thing in question is, depending on the specifics of the system one hour might be an overkill as well as far too little. I hope this helps. bakunin |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|