jvm comparison
никто не видел/сам делал сравнение производительности jmv 1.4 ?
нашёл вот это по 1.3 http://www.usenix.org/publications/library/proceedings/javavm02/full_papers/jacob/jacob_html/node12.html
http://www.volano.com/report/report.a4.pdf, http://jmob.objectweb.org/jvm/RUBiS.html (1.3.1) - здесь больше по скалабилити серверов с большим числом соединений
http://jmob.objectweb.org/jvm.html
http://www.spec.org/jbb2000/results/jbb2000.html - evaluates the performance of server side Java by emulating a three-tier client/server system (with emphasis on the middle tier). The benchmark exercises the implementations of the JVM (Java Virtual Machine), JIT (Just-In-Time) compiler, garbage collection, threads and some aspects of the operating system.
Cочетание sun jvm/intel 32 - всё настолько запущено по сравнению с ibm и bea или sun двигает своё хардваре и не дал поместить результаты?
jbb2000 - вроде эмулирует middle tier сервер, но реально bullshit: In SPECjbb2000, there is only one terminal (or customer) active per warehouse... Terminals map directly to Java threads. Each thread executes operations in sequence, with each operation selected from the operation mix using a probability distribution. As the number of warehouses increases during the full benchmark run, so does the number of threads. - никакой синхронизации, типа кэша cmp или распределённого кэша. модель сервлетного контейнера или session ejb, тоже тест скалабилити серверов на большое количество пользователей
:) While SPECjbb2000 is not a full blown OLTP benchmark, it is a very good stand-in for a large business application...The benchmark measures the performance of CPUs, caches, memory hierarchy and the scalability of Shared Memory Processors (SMPs).
SPECjAppServer2004
http://www.spec.org/jAppServer2004/results/jAppServer2004.html - не сильно удобно сравнивать и слишком много засунуто в тест - http://www.spec.org/jAppServer2004/
интересны были бы результаты тестирования многопоточных приложений, в которых немало времени тратится на синхронизацию тредов
ps: http://www.spec.org/jbb2000/flags/ - подборка по тюнингу машин
offtop: "Get scalability, reliability, lower your costs, and free yourself from RISC with Itanium® 2-based platforms" - сочная фраза от интел
offtop2: "Scoped development skills: The implementation should assume Fortune 500 developers who understand business logic, not systems programming" - from SPECjAppServer2004 developers :) http://www.spec.org/jAppServer2004/docs/DesignDocument.html#S11
нашёл вот это по 1.3 http://www.usenix.org/publications/library/proceedings/javavm02/full_papers/jacob/jacob_html/node12.html
http://www.volano.com/report/report.a4.pdf, http://jmob.objectweb.org/jvm/RUBiS.html (1.3.1) - здесь больше по скалабилити серверов с большим числом соединений
http://jmob.objectweb.org/jvm.html
http://www.spec.org/jbb2000/results/jbb2000.html - evaluates the performance of server side Java by emulating a three-tier client/server system (with emphasis on the middle tier). The benchmark exercises the implementations of the JVM (Java Virtual Machine), JIT (Just-In-Time) compiler, garbage collection, threads and some aspects of the operating system.
Cочетание sun jvm/intel 32 - всё настолько запущено по сравнению с ibm и bea или sun двигает своё хардваре и не дал поместить результаты?
jbb2000 - вроде эмулирует middle tier сервер, но реально bullshit: In SPECjbb2000, there is only one terminal (or customer) active per warehouse... Terminals map directly to Java threads. Each thread executes operations in sequence, with each operation selected from the operation mix using a probability distribution. As the number of warehouses increases during the full benchmark run, so does the number of threads. - никакой синхронизации, типа кэша cmp или распределённого кэша. модель сервлетного контейнера или session ejb, тоже тест скалабилити серверов на большое количество пользователей
:) While SPECjbb2000 is not a full blown OLTP benchmark, it is a very good stand-in for a large business application...The benchmark measures the performance of CPUs, caches, memory hierarchy and the scalability of Shared Memory Processors (SMPs).
SPECjAppServer2004
http://www.spec.org/jAppServer2004/results/jAppServer2004.html - не сильно удобно сравнивать и слишком много засунуто в тест - http://www.spec.org/jAppServer2004/
интересны были бы результаты тестирования многопоточных приложений, в которых немало времени тратится на синхронизацию тредов
ps: http://www.spec.org/jbb2000/flags/ - подборка по тюнингу машин
offtop: "Get scalability, reliability, lower your costs, and free yourself from RISC with Itanium® 2-based platforms" - сочная фраза от интел
offtop2: "Scoped development skills: The implementation should assume Fortune 500 developers who understand business logic, not systems programming" - from SPECjAppServer2004 developers :) http://www.spec.org/jAppServer2004/docs/DesignDocument.html#S11
