JAVA-INDEX.COM
Java programming resources: FAQs, tutorials, compiler and browser download sites, documentation, books lists, IDEs, etc.
Home....
|
log in....
|
Pub my question!
|
Sign-up....
Java-index
>>
Java HotSpot Virtual Machine
>>
Specifications
Auditting Java Process under Unix
Is there a way to see which java processes are runningin Unix? ps -f does not work because the arguments passedto java are too long and get truncated
[184 byte] By [
kshimada
] at [2007-9-26 2:01:30]
««
JTABLE - FocusEvent on CelEditor!
»»
word.docs
# 1
Hi,Try this command:# ps -A | grep javaThanks,Senthilkumar
senthil_indts
at 2007-6-29 8:41:54 >
# 2
ps doesn't work as the arguments passed to javaare too long and are truncated.
kshimada
at 2007-6-29 8:41:54 >
# 3
Hi,Try this command:# top | grep java"top" utility you can download it from http://www.sunfreeware.com for appropriate solaris versions.Revert back.Thanks,Senthilkumar
senthil_indts
at 2007-6-29 8:41:54 >
# 4
use the -D flag then do a grep on -D.set the -D flag at the start so you will be able to see it.java -DISeeU myclasstop 1000 | grep DISeeYou
vinceman
at 2007-6-29 8:41:54 >
# 5
hmm I mean do a ps -eaf | grep -D
vinceman
at 2007-6-29 8:41:54 >
# 6
Try this:ps f -wC javaand next time consult with man pages ;-)
v.pavlov
at 2007-6-29 8:41:54 >
Specifications
heap corruption when using JNI
No JVM Shipped with Windows XP
i want to load single class at JVM startup
Compiler options for creating a *.so from *.c in linux
"warming up" Java HotSpot
Which library file contains all the registered application in win98/win2000
How to use a parameter which can pass value back to JAVA?
java
is Java going to DIE?!
How does 'suspend' work?
Java HotSpot Virtual Machine New Topic
heap corruption when using JNI
No JVM Shipped with Windows XP
i want to load single class at JVM startup
Compiler options for creating a *.so from *.c in linux
"warming up" Java HotSpot
Which library file contains all the registered application in win98/win2000
How to use a parameter which can pass value back to JAVA?
java
Java HotSpot Virtual Machine Hot Topic
Please Help: Invoking GetStaticMethodID in cpp/c++ exception error
Lifetime of JNI objects between calls.
Java HotSpot Virtual Machine
Specifications
HotSpot Internals
All Classified
Archived Forums
Enterprise & Remote Computing
Java Essentials
Desktop
Core
Solaris Operating System
Security
Database Connectivity
Java Mobility Forums
Web & Directory Servers
Development Tools
Application & Integration Servers
Java HotSpot Virtual Machine
Other Topics
E-Mail, Calendar, & Collaboration
Developer Tools
General
Administration Tools
Sun Hardware
Storage Forums
Java Enterprise System
StarOffice
Open Source Technologies
BigAdmin
Real-Time
Java Coding