Unix performance monitoring via Windows/NT


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unix performance monitoring via Windows/NT
# 1  
Old 09-26-2001
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.

Any help would be greatly appreciated.:confused
# 2  
Old 09-26-2001
Unix Watch requires telnet access to the remote UNIX
machine. First, can you verify that you can "telnet" and
successfully log into that mahcine? What kind of UNIX are
you running?

Also, verify your settings...

telnet port: 23
refresh every: 10 seconds (or manually)
keep connection open: checked
Unix flavour: BSD or SysV
# 3  
Old 09-26-2001
I have done all of this. Version is Sys V I don't know which actual version. The setting you quoted are exact. I have logged on telnet manually and was able to make a connection and log in.
But when I start the Unix watcher, it just sits there with a blank screen.
# 4  
Old 09-26-2001
When you telnet in, you can run..
uname -a

...and you will get information about what UNIX you are running.

Now... back to UNIX Watch...

I must tell you the I have never actually used this product
but it seems pretty stright forward. If we assume for a
moment that it has successfully connected to the UNIX system,
the next step would be to set up filters for what it is you wish
to monitor. I don't know if you get anything "out of the box".

You can verify (using the "who" command or the "ps" command)
that UNIX Watch is infact connected. It should look like a
user session for the user that you logged in as. When
verifying this, don't confuse the UNIX Watch connection with
your terminal program (telnet) connection. It would be best
to have UNIX Watch login as a specific user that no one else
uses.
# 5  
Old 09-26-2001
Thank you for your input. I will attempt this tommorow and check back here and let you know how it went.
# 6  
Old 09-26-2001
There is UNIX monitoring software called Big Brother which allows you to monitor it from any computer with a web browser. Someone with root priviledges will have to install it on the UNIX box. http://www.bb4.com/
# 7  
Old 09-27-2001
I will take a look at the site and software for "Big Brother" to see if this fits our needs. I will report back as to my findings. Thank you 98_1LE.
 
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. 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

3. Linux

Linux/Unix performance monitoring

This is my first post (yes I'm a newbie).... :D 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..... :cool: (14 Replies)
Discussion started by: harrisjl
14 Replies

4. 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

5. 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

6. 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

7. UNIX for Dummies Questions & Answers

File Upload Performance using IE from Windows to Unix via HTTPS

Hi, Is there any performance issue uploading a file using IE from Windows client to UNIX server via HTTPS? Before that, we were using HTTP protocol and everything run smooth Once we change to HTTPS, we might hit the "HTTP 500 Internal server error" Even though this does not happen all the... (1 Reply)
Discussion started by: darontan
1 Replies

8. AIX

Performance monitoring

Hi All I am looking for a script that would collect statistics in a summarised format. CPU, Memory,Swap, Wait queue, Run queue and disk activity. Something that would allow me to profile the environment based on a 1 line output that I could run every 15 min. Thx Junaid (1 Reply)
Discussion started by: jhansrod
1 Replies

9. UNIX for Advanced & Expert Users

performance monitoring

hi, can any one tell me, is there is any way i can check the performance of my solaris 8 os on an Ent 3500. Other than top to check for the top most processes, how to make the calculations with vmstat, iostat, mpstat and nfsstat. Or is there any other tools that i can use? cheers. (3 Replies)
Discussion started by: i2admin
3 Replies
Login or Register to Ask a Question