Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to find client which make server too busy?

Status
Not open for further replies.

acrobatba

Technical User
Oct 2, 2003
2
BA
I have Unix SCO and sometimes is hapening that some user start enermous report with wrong parametars which makes server cpu goes over 100% for long period and than everything stop. With "rtpm" I see duration of processes, but is there a way to find machine which makes server stop??
 
mistake! instead "rtpm" goes "ps"
 
Take a look at this site:
ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/binaries/osr/

Hope This Help
PH.
 
To find the busiest processes on your system you can use ps -eo pcpu,pid,comm | sort -n -k 1,1. Alternatively you could use a tool like top which you would have to download.

Unfortunately the FTP site for freeware utilities for SCO ( seems to be offline, but that's probably appropriate considering SCO's attitude towards the free software development community.


Annihilannic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top