![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What programs access shared library file | glev2005 | UNIX for Dummies Questions & Answers | 4 | 12-15-2008 06:30 PM |
| Shared Scientific Toolbox in Java 1.03 (Default branch) | iBot | Software Releases - RSS News | 0 | 09-04-2008 08:40 AM |
| access collision with shared file system | cy163 | UNIX for Dummies Questions & Answers | 1 | 06-03-2008 12:46 AM |
| Any way to access shared object using shell | yhacks | Shell Programming and Scripting | 2 | 05-19-2008 07:43 AM |
| how to access a windows shared drive from HPUX? | nicky88 | HP-UX | 5 | 09-28-2004 12:55 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Java code to access the shared heap
Hi
Help needed and forgive me as I dont know Java so please bare with me. I have searched this site and google but was unable to locate the information I need. An application that we use - is based on java and stores some performance counters etc internally in the shared JVM. They are not held in an oracle db etc What I want to be able to do is access the shared area in JVM and write out the contents, I am not 100% sure how the counters are stored etc so I would need to access the entire JVM memory and write it to a file on the unix filesystem assuming thats even possible.. Can you help? ![]() ![]() ![]() Server information: java version "1.4.2_10" Solaris 10 |
|
||||
|
Yes... Am I being niave?
The vendor of the app does have a webpage that calls some JavaScript to get some of the counter but I don't know how I could execute the same java scripts if I could find them, from the unix command line any ideas? |
|
||||
|
You can't just reach into Java's memory and get it. In fact you're not supposed to reach into and abuse another process' memory in general.
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|