Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8528261
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T08:45:44+00:00 2026-06-11T08:45:44+00:00

I am sending Graphite the time spent in Garbage Collection (getting this from jvm

  • 0

I am sending Graphite the time spent in Garbage Collection (getting this from jvm via jmx). This is a counter that increases. Is their a way to have Graphite graph the change every minute so I can see a graph that shows time spent in GC by minute?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T08:45:46+00:00Added an answer on June 11, 2026 at 8:45 am

    You should be able to turn the counter into a hit-rate with the Derivative function, then use the summarize function to the counter into the time frame that your after.

    &target=summarize(derivative(java.gc_time), "1min") # time spent per minute
    

    derivative(seriesList)

    This is the opposite of the integral function. This is useful for taking a 
    running totalmetric and showing how many requests per minute were handled.
    
    &target=derivative(company.server.application01.ifconfig.TXPackets)
    

    Each time you run ifconfig, the RX and TXPackets are higher (assuming there is network traffic.)
    By applying the derivative function, you can get an idea of the packets per minute sent or received, even though you’re only recording the total.

    summarize(seriesList, intervalString, func=’sum’, alignToFrom=False)

    Summarize the data into interval buckets of a certain size.
    By default, the contents of each interval bucket are summed together. 
    This is useful for counters where each increment represents a discrete event and
    retrieving a “per X” value requires summing all the events in that interval.
    

    Source: http://graphite.readthedocs.org/en/0.9.10/functions.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Sending XML from C# Server and receiving it it in Android Java client This
Im sending data on network via sockets like this: (broadcast) void sendBroad(char *dstIP, char
While sending back parameters getting this error Error : The Out Parameter must be
I sending a message with this code below and works: $headers = 'From: Online
sending text to label and number to int from tabelview to viewcontroller but it
I sending ajax request from a jQuery file like below, which expects response in
When sending data from one iOS device to another, I receive these errors. 2012-06-21
When sending data via POST or GET with jQuery you use for format {
When sending data from a form to a second page, the value of the
I am sending quite a few values with my AJAX call, like this: var

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.