![]() |
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 |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to read the data from an excel sheet and use those data as variable in the unix c | Anne Grace | UNIX for Advanced & Expert Users | 1 | 03-03-2008 07:21 AM |
| how to verify that copied data to remote system is identical with local data. | ynilesh | Shell Programming and Scripting | 3 | 01-31-2008 08:55 AM |
| Announcing collectl - new performance linux performance monitor | MarkSeger | News, Links, Events and Announcements | 0 | 10-26-2007 06:14 PM |
| Howto capture data from rs232port andpull data into oracle database-9i automatically | boss | UNIX for Dummies Questions & Answers | 1 | 09-23-2007 02:35 AM |
| Using loop reading a file,retrieving data from data base. | Sonu4lov | Shell Programming and Scripting | 1 | 01-19-2007 03:38 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hello,
I want to write a tool which fetches performance data from remote machines. Sounds easy? well there are some requirements: No extra "client" software should be needed on the hosts, remote shell access (e.g. SSH) should be enough. -> I'm limited to a small amount of tools. I want CPU, disk, memory and network data. Monitoring should work on: Linux, Solaris, AIX, HP-UX So what I'm working on right now is to find out what tools can be used for that task, on which systems they are available, how does the man page and output look like .. since that differs on every platform. The result of this should be an "intersection" of tools and their measured values. Here are tools I've found so far: procps vmstat free df (useful: -k -P -l, -P not available on solaris) uptime sysstat sar iostat (-c, -d, -x no on solaris, -t solaris only) mpstat net-tools netstat (-i, -s not on solaris) Now what do you think of the idea? One of my big problems is that I don't have access to Solaris, AIX, HP-UX at the moment, so I could just look up man pages on google, maybe you can help me? Thanks in advance, regards |
|
||||
|
I don't have access to machines running these systems (except linux). Right now I'm doing feasibility analysis so I need as much data as possible.
And I wouldnt wrap a case around each OS/version, I'd rather write a robust parser which can handle different output formats automatically as far as that's possible. |
|
|||||
|
You can easily gather such data by yourself, just have to spend 30 minutes. Use the following when googling : <man command os>, as in :
man df solaris - on this example the very first result is exactly what you need. Also, some of the suggested commands may not be installed on the particular machine, so in any way to have to login and check, different versions of the installed software may also be significant. |
![]() |
| Bookmarks |
| Tags |
| linux, solaris |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|