Using “time-ago” instead of Time in RRDTOOLWhy does Linux purge the memory cache when it is nearly...

Stare long enough and you will have found the answer

Why do baby boomers have to sell 5% of their retirement accounts by the end of the year?

Do neurons of a neural network model a linear relationship?

Are there any Baryons that have quark-antiquark combinations?

Matrix class in C#

Does Turkey make the "structural steel frame" for the F-35 fighter?

What exactly is meant by "partial function" in functional programming?

Can I exit and reenter a UK station while waiting for a connecting train?

Linear Or nonlinear Black Scholes Equation

What is the name of this Korean mobile sports game?

What is the following style of typography called?

Is sucess due to hard work sustainable in academic research?

Would a spacecraft carry arc welding supplies?

Who inspired the character Geordi La Forge?

Visualize a large int

Titlesec - vertical align chapter and section

Is Uralic Possibly a Branch of the Indo-European Branch?

How can I seal 8 inch round holes in my siding?

How would a race of humanoids with tails design [vehicle] seats?

What's the best way to annotate this syncopation?

Is there an unambiguous name for the social/political theory "liberalism" without "leftist"?

When and why did the House rules change to permit an inquiry without a vote?

Is it unusual that English uses possessive for past tense?

Meaning of “Bulldog drooled courses through his jowls”



Using “time-ago” instead of Time in RRDTOOL


Why does Linux purge the memory cache when it is nearly full?Monitoring outbound server http header information?Crontab in Daylight SavingsHow did the Linux Kernel project track bugs in the Early Days?Run crontab only if conditionHow were these Linux TCP default settings decided?Script that Outputs the Average of Multiple Group lines, from a Fileavahi-daemon and “.local” domain issuesbtrfs replace on RAID1 is super slow with failed disk presentWhat can make Linux unresponsive for minutes when browsing certain websites?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{
margin-bottom:0;
}








0

















I'm keeping track of number of people on a server. The people on that server are from all over the world. They want to know how many people are online now, and like to see how many were online over the last 90 minutes, 36 hours, 10 days, 45 days. (each in it's own graph).



I'm using RRDTool to actually put the numbers in a graph format. I'm not going to use any other graphing tool.



So the problem is that the x-axis on the graph has the times ( 16:30:00 / 16:45:00 /etc ). As not everyone viewing the graphs are in the server's timezone, those times would be lost on them.



What I am trying to achieve is for the times to be left-to-right and be for "minutes ago"



"90 75 60 45 30 15 0"



I'm running RRDTool v1.5.5










share|improve this question

































    0

















    I'm keeping track of number of people on a server. The people on that server are from all over the world. They want to know how many people are online now, and like to see how many were online over the last 90 minutes, 36 hours, 10 days, 45 days. (each in it's own graph).



    I'm using RRDTool to actually put the numbers in a graph format. I'm not going to use any other graphing tool.



    So the problem is that the x-axis on the graph has the times ( 16:30:00 / 16:45:00 /etc ). As not everyone viewing the graphs are in the server's timezone, those times would be lost on them.



    What I am trying to achieve is for the times to be left-to-right and be for "minutes ago"



    "90 75 60 45 30 15 0"



    I'm running RRDTool v1.5.5










    share|improve this question





























      0












      0








      0








      I'm keeping track of number of people on a server. The people on that server are from all over the world. They want to know how many people are online now, and like to see how many were online over the last 90 minutes, 36 hours, 10 days, 45 days. (each in it's own graph).



      I'm using RRDTool to actually put the numbers in a graph format. I'm not going to use any other graphing tool.



      So the problem is that the x-axis on the graph has the times ( 16:30:00 / 16:45:00 /etc ). As not everyone viewing the graphs are in the server's timezone, those times would be lost on them.



      What I am trying to achieve is for the times to be left-to-right and be for "minutes ago"



      "90 75 60 45 30 15 0"



      I'm running RRDTool v1.5.5










      share|improve this question















      I'm keeping track of number of people on a server. The people on that server are from all over the world. They want to know how many people are online now, and like to see how many were online over the last 90 minutes, 36 hours, 10 days, 45 days. (each in it's own graph).



      I'm using RRDTool to actually put the numbers in a graph format. I'm not going to use any other graphing tool.



      So the problem is that the x-axis on the graph has the times ( 16:30:00 / 16:45:00 /etc ). As not everyone viewing the graphs are in the server's timezone, those times would be lost on them.



      What I am trying to achieve is for the times to be left-to-right and be for "minutes ago"



      "90 75 60 45 30 15 0"



      I'm running RRDTool v1.5.5







      linux bash rrdtool






      share|improve this question














      share|improve this question











      share|improve this question




      share|improve this question










      asked 48 mins ago









      JimJim

      1763 silver badges16 bronze badges




      1763 silver badges16 bronze badges

























          0






          active

          oldest

          votes













          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });















          draft saved

          draft discarded
















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f546539%2fusing-time-ago-instead-of-time-in-rrdtool%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown


























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes

















          draft saved

          draft discarded



















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f546539%2fusing-time-ago-instead-of-time-in-rrdtool%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown









          Popular posts from this blog

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...