Skip to content

srijondasgit/PerfSamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PerfSamples

Examples of performance tuning in Java

This project has samples of code which show some common performance tuning areas, in Java.

How to measure time required - jmeter, starttime, endtime How to measure space utilized - jcmd, jconsole, eclipse MAT

  1. Report the PID and measure memory utilized
  2. Primitives Vs Reference Variables
  3. Loops Vs Parallel Streams
  4. When to multi-thread and use thread pools

About

Examples of performance tuning in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages