Difference between revisions of "VT2018 GCeasy-synthese"

From air
Jump to navigation Jump to search
(Created page with "void")
 
Line 1: Line 1:
  +
=Auteur=
void
 
  +
*Nom : GENTILLON Loris
  +
*Mail : gentillon.loris@gmail.com
  +
*Sujet : GCeasy - Java Garbage Collector
  +
  +
=Résumé=
  +
  +
Afin de détecter des problèmes de performances et de taille mémoire, une analyse des fichiers de log que génère une JVM lors de son exécution peut se révéler intéressant.
  +
GCeasy permet cette analyse, en local comme en SaaS, sur un fichier de log comme sur plusieurs via son API REST.
  +
  +
=Abstract=
  +
  +
In order of detecting perfomance and memory issues of a Java JVM, one can use a log analyzer on the java garbage collector log. GCeasy allows that in a fancy, shiny way. You can either use their webpage as a SaaS, or download your own instance of GCeasy (neither free nor libre). And, you can handle one file at a time, to get some graphics, or you can use their API to analyze hundreds of file and gather useful informaiton through json.

Revision as of 13:00, 3 December 2018

Auteur

  • Nom : GENTILLON Loris
  • Mail : gentillon.loris@gmail.com
  • Sujet : GCeasy - Java Garbage Collector

Résumé

Afin de détecter des problèmes de performances et de taille mémoire, une analyse des fichiers de log que génère une JVM lors de son exécution peut se révéler intéressant. GCeasy permet cette analyse, en local comme en SaaS, sur un fichier de log comme sur plusieurs via son API REST.

Abstract

In order of detecting perfomance and memory issues of a Java JVM, one can use a log analyzer on the java garbage collector log. GCeasy allows that in a fancy, shiny way. You can either use their webpage as a SaaS, or download your own instance of GCeasy (neither free nor libre). And, you can handle one file at a time, to get some graphics, or you can use their API to analyze hundreds of file and gather useful informaiton through json.