Branch: refs/heads/master
  Home:   https://github.com/jenkins-infra/infra-statistics
  Commit: fc575dc5e33dd17c28dd1dcc984cb55fdbbe457e
      
https://github.com/jenkins-infra/infra-statistics/commit/fc575dc5e33dd17c28dd1dcc984cb55fdbbe457e
  Author: Baptiste Mathus <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Fix typos and improve usage


  Commit: 6451724d9ada6b890e480f09942db8e1865d3e66
      
https://github.com/jenkins-infra/infra-statistics/commit/6451724d9ada6b890e480f09942db8e1865d3e66
  Author: Baptiste Mathus <[email protected]>
  Date:   2016-10-26 (Wed, 26 Oct 2016)

  Changed paths:
    M DBHelper.groovy
    A InstanceJVM.groovy
    M InstanceMetric.groovy
    M JenkinsMetricParser.groovy
    M collectNumbers.groovy
    M createJson.groovy

  Log Message:
  -----------
  Generate JVM version stats per month

This change retrieves JVM informations, and for now only generates a
simple count of occurrences per month and JDK Major.Minor version.

Example:

```
{
    "jvmStatsPerMonth": {
  "1228086000000": {
      "1.5": 395,
      "1.6": 129,
      "1.7": 1
  },
  "1230764400000": {
      "1.5": 1544,
      "1.6": 1092,
      "1.7": 5
  },
...
```


  Commit: 66d48c262a10e998525420c34189a7c984b0b598
      
https://github.com/jenkins-infra/infra-statistics/commit/66d48c262a10e998525420c34189a7c984b0b598
  Author: R. Tyler Croy <[email protected]>
  Date:   2016-10-27 (Thu, 27 Oct 2016)

  Changed paths:
    M DBHelper.groovy
    A InstanceJVM.groovy
    M InstanceMetric.groovy
    M JenkinsMetricParser.groovy
    M README.md
    M collectNumbers.groovy
    M createJson.groovy

  Log Message:
  -----------
  Merge pull request #21 from batmat/process-jvm-stats

Generate JVM version stats per month


Compare: 
https://github.com/jenkins-infra/infra-statistics/compare/b129053e836c...66d48c262a10

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to