Showing 23 open source projects for "using"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    spdlog

    spdlog

    Fast C++ logging library

    spdlog is a header only library. Just copy the files under include to your build tree and use a C++11 compiler. It provides a python like formatting API using the bundled fmt lib. spdlog takes the "include what you need" approach, your code should include the features that actually needed. For example, if you only need rotating logger, you need to include "spdlog/sinks/rotating_file_sink.h". spdlog provides various log targets, which are, rotating log files, daily log files, console logging (colors supported), syslog, Windows event log, and Windows debugger (OutputDebugString(..)). ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    Osquery

    Osquery

    SQL operating system instrumentation and monitoring framework

    Osquery is an operating system instrumentation framework for Windows, OS X (macOS), Linux, and FreeBSD. The tools make low-level operating system analytics and monitoring both performant and intuitive. Osquery exposes an operating system as a high-performance relational database. This allows you to write SQL queries to explore operating system data. With osquery, SQL tables represent abstract concepts such as running processes, loaded kernel modules, open network connections, browser...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3

    S.M.A.R.T. Monitoring Tools

    Disk Inspection and Monitoring

    smartmontools contains utility programs (smartctl, smartd) to control/monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern ATA and SCSI disks. It is derived from smartsuite.
    Leader badge
    Downloads: 14,604 This Week
    Last Update:
    See Project
  • 4

    LogEngine2 library

    Simple C++ library for easy and flexible logging

    LogEngine2 is a C++ header only library for easy and flexible logging. Contains small amount of code in compare with other logging libraries. Just copy the files from include folder to your project folder and use a C++20 compiler. LogEngine2 can load loggers from .lfg file. Examples of .lfg files are included into bundle. LogEngine2 provides various log targets: regular files, rotating log files, console logging, string stream, user custom function. Log line format is easy configurable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    AnalysePlugin
    ...DE 2016-01 Supporting Don HO's NotePad++ see http://notepad-plus-plus.org/ This sources are a dockable pattern search plugin for Notepad++ version 5.1 or later. With this plugin you can search for multiple patterns in any of the opened documents in NotePad++. You may want to tune your search using all fancy tricks from NPP like regular expressions or escaped patterns and give each of the searches different colors. The result will be stored in a dockable window in same ordering as in the origin and a double click allows you to jump to the original position. It is designed to treat log-files of typical size like 60MB. More features can be found in the help dialogue of the plugin. ...
    Leader badge
    Downloads: 779 This Week
    Last Update:
    See Project
  • 6

    milkt

    My text log analysis tool

    ...But milkt has more useful features for me and some unimportant features are excluded. milkt is worse than it in terms of performance, such as huge-file loading, but it does not matter for me. :) - Powerful Text Log Analysis Tool Using "Filters" - Add/Remove additional notes for the specific line in the log file (Notes saved and reloaded when the log file is opened again) - Automatic bookmark saving/restoring for the log file - Unicode/UTF-8 support for text file - Useful settings regarding font change, clipboard copy, etc - UART serial port logging (beta testing) * Build Tools - Microsoft Visual Studio 2015 (C++) - Boost 1.67 (regex, shared ptr, log) - Several open source libraries for xml, list control, encoding detection, etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ClamFS is a FUSE-based user-space file system for Linux with on-access anti-virus file scanning through clamd daemon. ClamFS has moved to Github. Please navigate to github.com/burghardt/clamfs.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    LogMiner is a powerful log analysis package for Apache/IIS (or other web servers using the "combined" or Extended W3C log formats). It can extract and present statistics about visits, hits, traffic, navigation paths, browsers and OS's used by users.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    C++ library for debugging purposes and runtime logging to file with extension for Python and PHP. A simple solution for logging same way in many applications using different programming languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10
    nload is a console application which monitors network traffic and bandwidth usage in real time. It visualizes the in- and outgoing traffic using two graphs and provides additional info like total amount of transfered data and min/max network usage.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    Log4Qt is a C++ port of the Apache Software Foundation Log4j package using the Trolltech Qt Framework.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Supai is a window creation logger for Windows(tm). It can log the creation (or destruction) of any window while filtering out uninteresting data using the PCRE library. It logs both window title and class, and can filter on both of these attributes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SB EventLog Monitor is monitoring and consolidating Windows EventLogs. Events are collected from server using VBS and WMI or by Windows agent. Events are parsed using PHP and YOUR rules and are stored in MySQL database. Email alerts are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Java developer can get or set windows system log by this api. It is more easy to use. Using jni to communicate java with c++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ...Tracks and logs (if desired) memory allocations, deallocations, memory leaks. A support template class is also provided to check for memory invasions in dynamically allocated memory using operator [].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Querylog is a console tool for performing SQL queries on a (log) files. Lines from one or more text files or stdin are matched, using regular expressions to an in memory database on which SQL queries can be performed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    bbacpi is simple tool for X that shows some information on the battery of laptops using acpi. Main features are (all optionals): battery level (gauge & label), battery lifetime, temperature (gauge & label), state of adapter (label or graphics).
    Downloads: 12 This Week
    Last Update:
    See Project
  • 18
    loginote is a program to immediately display a note on screen (using xosd) when a user logs into the system or logs out again. Just imagine someone knows your password and you might be interested when he/she logs into your system.. ;). loginote will tell
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SyslogMonitor is a KDE Kicker aplication, that monitors system log using a pipe and syslogd redirections, and filters catched messages through a list of user-defined filters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project was written in C++ using MS MFC. So, it is built only for Windows using VC++ .NET. The application indexes the windows file system into a readable listing. This is useful for things like FTP servers to show file listings in their root.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The nfcount can be used for count network flows by using rules and display it in form of set html pages. Support network flow records from Cisco NetFlow, Argus, Cisco IP Accounting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Cam is written in C++/asm for FreeDOS. It allows users to take a screen shot of the monitor in text-mode, which is saved to a file of their choice. The output file can be displayed by simply using the "type" command with the Cam file as the parameter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The 'latestlog' package keeps a tiny database of when you last looked at particular file (usually a logfile) using latestlog. If the file has changed (grown) since that last time, latestlog will only display the new contents. Other utils will be added.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next