All Projects → fbacchella → Jrds

fbacchella / Jrds

Another monitoring application, intentend to be simple to use and extensible.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Jrds

Ttyplot
a realtime plotting utility for terminal/console with data input from stdin
Stars: ✭ 532 (+638.89%)
Mutual labels:  graph, snmp
Bcalm
compacted de Bruijn graph construction in low memory
Stars: ✭ 69 (-4.17%)
Mutual labels:  graph
Asciichart
Nice-looking lightweight console ASCII line charts ╭┈╯ for NodeJS, browsers and terminal, no dependencies
Stars: ✭ 1,107 (+1437.5%)
Mutual labels:  graph
Thingsboard
Open-source IoT Platform - Device management, data collection, processing and visualization.
Stars: ✭ 10,526 (+14519.44%)
Mutual labels:  snmp
Dmgi
Unsupervised Attributed Multiplex Network Embedding (AAAI 2020)
Stars: ✭ 62 (-13.89%)
Mutual labels:  graph
Node Audio
Graph-based audio api for Node.js based on LabSound and JUCE
Stars: ✭ 67 (-6.94%)
Mutual labels:  graph
Rt Thread Wrapper Of Ucos Iii
RT-Thread操作系统的uCOS-III兼容层:让基于uC/OS-III操作系统开发的应用层无感地迁移到RT-Thread操作系统 | A wrapper which can make codes developed by uCOS-III APIs directly run on RT-Thread
Stars: ✭ 60 (-16.67%)
Mutual labels:  probe
Pokemon Diagram
A mxGraph tutorial project
Stars: ✭ 72 (+0%)
Mutual labels:  graph
Whom I Know
Looks for common users of vk.com [DEPRECATED]
Stars: ✭ 69 (-4.17%)
Mutual labels:  graph
Movies Java Bolt
Neo4j Movies Example application with SparkJava backend using the neo4j-java-driver
Stars: ✭ 66 (-8.33%)
Mutual labels:  graph
Daggraph
Dagger dependency graph generator for Android Developers
Stars: ✭ 1,140 (+1483.33%)
Mutual labels:  graph
Penman
PENMAN notation (e.g. AMR) in Python
Stars: ✭ 63 (-12.5%)
Mutual labels:  graph
Arcs
🌈Scaffold genome sequence assemblies using linked read sequencing data
Stars: ✭ 67 (-6.94%)
Mutual labels:  graph
Pyflowgraph
Python Module for displaying flowgraphs using Pyside or PyQt.
Stars: ✭ 61 (-15.28%)
Mutual labels:  graph
Serial Studio
Multi-purpose serial data visualization & processing program
Stars: ✭ 1,168 (+1522.22%)
Mutual labels:  graph
Embedded gcnn
Embedded Graph Convolutional Neural Networks (EGCNN) in TensorFlow
Stars: ✭ 60 (-16.67%)
Mutual labels:  graph
Tridnr
Tri-Party Deep Network Representation
Stars: ✭ 65 (-9.72%)
Mutual labels:  graph
Potiron
Potiron - Normalize, Index and Visualize Network Capture
Stars: ✭ 66 (-8.33%)
Mutual labels:  graph
Spark
A simple Android sparkline chart view.
Stars: ✭ 1,178 (+1536.11%)
Mutual labels:  graph
React Json Graph
React component for rendering graphs
Stars: ✭ 71 (-1.39%)
Mutual labels:  graph

What is it?

Jrds is performance collector, much like cacti or munins. But it intends to be more easy to use and able to collect a high number of machines in a very short time. It's fully written in java and avoid call external process to increase performances. It uses RRD4J, a clone of rrdtool written in java.

The site is jrds.fr

How it works?

JRDS is a java web application, that can run in any servlet server like tomcat or resin. It can also run in a standalone mode, using jetty.

It uses threads to parallelize work. Each host is collected within the same thread and the number of simultaneous threads can be configured. It use only one thread for each host to avoid overload of a server.

It use mainly snmp to collect data, but can be easily extended. There is also some jdbc probes, a agent using RMI for the communication, and it can also parse XML data collected with HTTP. The currently available probes can be found here. Additional collectors can be used using external jars.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].