Measuring MYSQL Performance
Hi, Is there any way by which the performance of MYSQL could be measured in JDBC for Linux ? Regards Rams - Original Message - From: Ramasubramanian To: [EMAIL PROTECTED] Sent: Monday, December 24, 2001 4:56 PM Subject: Performance Analysis Tool in jdk1.1.8 Hi All, Can u please suggest a performace analysis tool compliant for jkd1.1.8 under Linux which would give me information reg. the memory and CPU utilization, number of threads spawned etc. ??? I find lots of tools that are compliant with the Java 2 platform but not jdk1.1.8. Due to our product constraints we are using jdk1.1.8. Any help in this regard would be entertained. RegardsRams
Hoard - faster malloc() for multithreaded programs in SMP?
Just saw this on Sourceforge: http://www.cs.utexas.edu/users/emery/hoard/ Hoard is a fast, scalable and memory-efficient allocator for multiprocessors. Hoard solves the heap contention problem caused when multiple threads call dynamic memory allocation functions like malloc() and free() (or new and delete). Hoard can dramatically improve the performance of multithreaded programs running on multiprocessors. I wonder if a Linux JVM would benefit from something like this? [EMAIL PROTECTED] . . . .. . . . http://www.media.mit.edu/~nelson/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
