Showing 36 open source projects for "collector"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Add Two Lines of Code. Get Full APM. Icon
    Add Two Lines of Code. Get Full APM.

    AppSignal installs in minutes and auto-configures dashboards, alerts, and error tracking.

    Works out of the box for Rails, Django, Express, Phoenix, and more. Monitoring exceptions and performance in no time.
    Start Free
  • 1
    StreamEx

    StreamEx

    Enhancing Java Stream API

    This library defines four classes, StreamEx, IntStreamEx, LongStreamEx, DoubleStreamEx which are fully compatible with Java 8 stream classes and provide many additional useful methods. Also EntryStream class is provided which represents the stream of map entries and provides additional functionality for this case. Finally, there are some new useful collectors defined in MoreCollectors class as well as primitive collectors concept.
    Downloads: 227 This Week
    Last Update:
    See Project
  • 2
    Fresco

    Fresco

    An Android library for managing images and the memory they use

    ...When the image goes off-screen, it automatically releases its memory. A decompressed image - an Android Bitmap - takes up a lot of memory. This leads to more frequent runs of the Java garbage collector. This slows apps down. The problem is especially bad without the improvements to the garbage collector made in Android 5.0. On Android 4.x and lower, Fresco puts images in a special region of Android memory. It also makes sure that images are automatically released from memory when they’re no longer shown on screen. This lets your application run faster - and suffer fewer crashes.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    JMX Exporter

    JMX Exporter

    A process for exposing JMX Beans via HTTP for Prometheus consumption

    JMX to Prometheus exporter: a collector that can configurable scrape and expose mBeans of a JMX target. This exporter is intended to be run as a Java Agent, exposing a HTTP server and serving metrics of the local JVM. It can be also run as a standalone HTTP server and scrape remote JMX targets, but this has various disadvantages, such as being harder to configure and being unable to expose process metrics (e.g., memory and CPU usage).
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Apache SkyWalking Java Agent

    Apache SkyWalking Java Agent

    The Java agent for Apache SkyWalking

    SkyWalking-Java: The Java Agent for Apache SkyWalking, which provides native tracing/metrics/logging abilities for Java projects. SkyWalking: an APM(application performance monitor) system, specially designed for microservices, cloud-native and container-based (Docker and Kubernetes) architectures.
    Downloads: 2 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5

    perf2rrd

    Performance Data collector for Monitoring.

    perf2rrd is a program written in Java (tm) which captures performance data output by the Nagios (R) or Icinga monitoring systems and stores it in round robin database files as implememented by RRDtool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Tools for the recipe collector :-) RecipeFox: A addon to FireFox to grab recipes from the net (like the MasterCook addon in Internet Explorer) A recipe converter: It converts recipes from one format to another, and supports the following formats: - AccuC
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    libinstrument (ex libcsdbg)

    libinstrument (ex libcsdbg)

    C/C++ function instrumentation (AOP, exception/stack tracing, GC)

    ...The project comes ready with classic applications of instrumentation, such as AOP (Aspect Oriented Programming), Concern and Side Effect injection, stack tracing, exception tracing, basic time profiling, callgraph profiling and other. A GC (Garbage Collector) module is also under development. Libinstrument is highly portable and decoupled. The project comes with a CMake build system, integration with IDEs (CLion, Eclipse e.t.c) is straightforward. Using lazy algorithms there is virtually zero overhead in benchmarks and minimum overhead in execution time. Libinstrument tries to be as non-intrusive as possible, while trying to help the developer offering basic reflection. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    wallpaper live sync pc BING android
    ...One and the only one at this time for Android (a swiss army knives kit) 30 days Free to try 9.99$ for subscription yearly or 1$ for monthly From your images/photos/Facebook/Skype/WeChat?/Viber/Opera.. app, file manager, browser... use built-in android share feature choose Virgo\'s Sun Wallpaper.... Become photos wallpaper collector of your self...... Subscribe to live update wallpaper daily..... Future service, chaannel catergory setectable, adult, mature, nature, Hd, etc base on your country rule and regulatio... The visual is set to your wallpaper! Thank you all for your spiritual support by downloading app! Your feedback is waived... Same author https://sourceforge.net/projects/smartcoffee/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Twitter Research Data Collector
    It gives facility of collecting tweets through Twitter Streaming API w.r.t different search criteria and to save tweets in CSV and ARFF (WEKA) file formats.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10

    Dataset Metadata Collector

    A Java web application which converts metadata to RIF-CS format.

    The CSIRO Dataset Metadata Collector is a Java web application which reads metadata (in a variety of formats and from a variety of data sources) on datasets and produces corresponding RIF-CS metadata which are added (or updated) in a Repository. This project is supported by the Australian National Data Service (ANDS) through the National Collaborative Research Infrastructure Strategy Program and the Education Investment Fund (EIF) Super Science Initiative, as well as through the CSIRO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Mobile Data Collector (MARITACA)

    Mobile Data Collector (MARITACA)

    Mobile Data Collector for Android devices

    Maritaca easily creates mobile applications for data gathering in Android smartphones. No programming skill is needed. The answers collected are stored in the cloud and can be latter accessed to create statistical data and reports. Try it: http://maritaca.unifesp.br
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    cowbel (obsolete)

    An experimental programming language

    ...It features strict types, static compilation into real machine code (via C), an object oriented system based on interfaces and composition, generics, no null, and a global garbage collector. It is intended to produce fast, tight code for use in systems programming, and to show that you don't need a complex language to be expressive and usable. We've moved! Go to http://cowlark.com/cowbel instead.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    JBoss Nagios Integration

    JBoss Nagios Integration

    Poll JMX attributes from Java based applications with Nagios

    Integrate JBoss into Nagios monitoring through a small Collector MBean and a perl based Nagios plugin. Lets you read you and monitor JMX values from JBoss servers very efficiently. On the Nagios server no JDK or JBoss installation is needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    gcRadar

    A library for monitoring the garbage collection of app objects

    ...By using gcRadar you can monitor the lifetime of the objects that are created by your application in runtime, gcRadar enables the application to be aware of the memory constaraints that arise at runtime. The workings of the mythical Java Garbage Collector have for long eluded the common developer. Now by gcRadar enable you to record the life and death of objects at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    MBMLog

    Log collector for FortiGate units (v4 MR3)

    MBM-Log allows to look deeply in collected logs (not only Top 10). All charts are generated on demand. You can easily filter data. MBM-Log can help you with FortiGate diagnostics via SSH (built in commands) Java GUI application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    java-zabbix-agentd

    Java implementation of zabbix active agent

    This project is a data collector client for Zabbix monitoring system. It can download the list of monitored values and send them back to zabbix server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Light desktop collector for news and messages from any sources and format like RSS, ATOM, Facebook, Twitter
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JMassLogProcess is an next generation SIEM solution, based on high performance syslog and snmp trap collector(up to 20,000 logs/s),Distributed File System(Hadoop),Complex Event Processing Engine and ZK …….
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A multithreaded reimplementation of syslogd/syslog-ng in Java. Scoja is for Syslog COllector in JAva.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    use to collect speech corpus speech recognition task like sphinx .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is an application to allow collecting, presenting and administering Cisco flows from routers and layer-3 switches. It contains a Collector, a Grapher and a PHP administration environment. Netflow packet supported version is 5
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    A news collector and aggregator using EJBs and JMS. This is developed to demonstrate some JEE5 concepts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MuleDesigner is an extension of Publisher Subscriber model intended to be used by telecommunication industry as a flexible code generated billing mediation system and ESB for JBoss . Currently the supported protocols are Telnet, FTP, SSH, HTTP,SMPP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Lucene is a Java full-text search engine, but the HitCollector-based search API is not meant to work remotely. This library solves this and other problems related to the Lucene collector mechanism.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Manage software dependencies in java. The repository contains enire software distributions (ex: spring 2.0). The goal is to choose the correct jars by providing the names and versions of the software distributions, not the version of the jar itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB