- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: java process taking much resources....
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 12:56 AM
01-28-2004 12:56 AM
java process taking much resources....
+++++++++++++++++++++++++++++++++++++++++++++
Load averages: 0.38, 0.61, 1.00
170 processes: 155 sleeping, 15 running
Cpu states:
CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
0 0.25 2.4% 0.0% 1.2% 96.4% 0.0% 0.0% 0.0% 0.0%
1 0.27 2.4% 0.0% 0.4% 97.2% 0.0% 0.0% 0.0% 0.0%
2 0.63 0.0% 0.0% 1.6% 98.4% 0.0% 0.0% 0.0% 0.0%
--- ---- ----- ----- ----- ----- ----- ----- ----- -----
avg 0.38 1.6% 0.0% 1.0% 97.4% 0.0% 0.0% 0.0% 0.0%
Memory: 305040K (55048K) real, 235416K (53996K) virtual, 5920464K free Page# 1/
17
CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
2 ? 1541 root 152 20 18556K 46900K run 58:37 74.29 74.16 java
1 ? 24547 daemon 156 20 33984K 2884K sleep 0:01 5.99 4.58 oracleRC
+++++++++++++++++++++++++++++++++++++++++++++
# ps -ef | grep 1541
root 1541 1 0 14:51:09 ? 58:37 /opt/java1.3/jre/bin/../bin/PA_RISC2.0/native_threads/java -
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 01:11 AM
01-28-2004 01:11 AM
Re: java process taking much resources....
That may give you more details.
Does the machine run a webserver?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 01:19 AM
01-28-2004 01:19 AM
Re: java process taking much resources....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 01:30 AM
01-28-2004 01:30 AM
Re: java process taking much resources....
a sar -M 5 5 can give instant description of each processor load, and show idle and i/o time. This output wouldn't be enough for me to do more than keep an eye on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 01:34 AM
01-28-2004 01:34 AM
Re: java process taking much resources....
What is the uptime on your server? The processor load does not look excessive, so it may be that the process has been building up to its 58 minutes over a period of weeks. It may be worth doing two readings at, say, five minute invervals to see if the time has increased significantly.
Is Big Brother running on this server/ws? That is web based and runs checks every five minutes, which can easily build up over time.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 01:43 AM
01-28-2004 01:43 AM
Re: java process taking much resources....
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 01:47 AM
01-28-2004 01:47 AM
Re: java process taking much resources....
I was asking for a ps -e"x".
Sometimes you can get a better idea of what the process is that way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 01:52 AM
01-28-2004 01:52 AM
Re: java process taking much resources....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 01:56 AM
01-28-2004 01:56 AM
Re: java process taking much resources....
http://www.hp.com/go/java
Get all required/recommended java patches installed. Build a patch depot, several of them requier boots.
Always have a current quarterly release installed as well.
I'm attaching a performance measurement script that might point out other areas on your system that need attention.
When one program eats a lot of resources its either infrastructure or the program itself. My steps will help with both.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 02:27 AM
01-28-2004 02:27 AM