Review Article Open Access

RRDTool: A Round Robin Database for Network Monitoring

Manmohan Singh1, Hemant Mewada2, Meenu Tahilyani3, Jitendra Malviya4, Romsha Sharma5 and Shiv Shakti Shrivastava6
  • 1 Department of Computer Science Engineering, IES College of Technology, Bhopal, India
  • 2 Department of Computer Science, CSA Govt. P.G Lead College, Sehore, India
  • 3 Department of Computer Science, Sant Hirdaram Girls College, Bhopal, India
  • 4 Department of Life Sciences and Biological Sciences, IES University, Bhopal, India
  • 5 Department of Computer Science, Career College, Bhopal, India
  • 6 Department of Computer Science Engineering, RNTU University, Bhopal, India

Abstract

RRDtool is a circular database that stores time series data. RRD tool assumes time-variable data inintervals of a certain length. An interval is named as a step, and specifiedupon creation of an RRD file which cannot be changed afterward. Because datamay not always come at just the right time, RRD tool will automaticallyinterpolate any submitted data. This is done to fit its internal timestamps. Ifwe compare linear databases with RRD then we can say that RRD is non-linearlike a circular queue.  Usually, in aRound-Robin Database (RRD), time-series data like network bandwidth, memoryusage, and CPU load are stored. The data is stored in a non-linear way so thatthe system storage footprint remains constant over time. This avoidsresource-expensive purge jobs which reduce complexity. MySQL does NOT provideany such kind of storage engine. RRD tool has also the ability to create andfeed this database. RRD tool stores data; that makes it a back-end tool. The RRDtool command set allows the creation of graphs which makes it a front-end toolas well. Other databases just store data and cannot create graphs. RRD combinedwith NET-SNMP can collect data and using scripts we can generate beautifulreal-time graphs which can be used for monitoring computer networks.

Journal of Computer Science
Volume 18 No. 8, 2022, 770-776

DOI: https://doi.org/10.3844/jcssp.2022.770.776

Submitted On: 24 April 2022 Published On: 27 August 2022

How to Cite: Singh, M., Mewada, H., Tahilyani, M., Malviya, J., Sharma, R. & Shrivastava, S. S. (2022). RRDTool: A Round Robin Database for Network Monitoring. Journal of Computer Science, 18(8), 770-776. https://doi.org/10.3844/jcssp.2022.770.776

  • 2,566 Views
  • 1,200 Downloads
  • 0 Citations

Download

Keywords

  • Network Monitoring
  • RRD Tool
  • NET SNMP
  • Computer Network
  • Graphing
  • Open-Source
  • Database
  • Network Management