All Projects → linode → Longview

linode / Longview

Licence: gpl-2.0
Linode Longview Agent

Programming Languages

perl
6916 projects

Projects that are alternatives of or similar to Longview

Applicationinsights Node.js
Microsoft Application Insights SDK for Node.js
Stars: ✭ 229 (-28.21%)
Mutual labels:  monitoring, logging
Swagger Stats
API Observability. Trace API calls and Monitor API performance, health and usage statistics in Node.js Microservices.
Stars: ✭ 559 (+75.24%)
Mutual labels:  statistics, monitoring
Vudash
Powerful, Flexible, Open Source dashboards for anything
Stars: ✭ 363 (+13.79%)
Mutual labels:  statistics, monitoring
Sematext Agent Docker
Sematext Docker Agent - host + container metrics, logs & event collector
Stars: ✭ 194 (-39.18%)
Mutual labels:  monitoring, logging
Analog
PHP logging library that is highly extendable and simple to use.
Stars: ✭ 314 (-1.57%)
Mutual labels:  monitoring, logging
Golib
Go Library [DEPRECATED]
Stars: ✭ 194 (-39.18%)
Mutual labels:  monitoring, logging
Tautulli
A Python based monitoring and tracking tool for Plex Media Server.
Stars: ✭ 4,152 (+1201.57%)
Mutual labels:  statistics, monitoring
Applicationinsights Python
Application Insights SDK for Python
Stars: ✭ 114 (-64.26%)
Mutual labels:  monitoring, logging
Porcupine
Threading, Resiliency and Monitoring for Java EE 7/8
Stars: ✭ 99 (-68.97%)
Mutual labels:  statistics, monitoring
Superseriousstats
superseriousstats is a fast and efficient program to create statistics out of various types of chat logs
Stars: ✭ 78 (-75.55%)
Mutual labels:  statistics, logging
Exceptionless
Exceptionless server and jobs
Stars: ✭ 2,107 (+560.5%)
Mutual labels:  monitoring, logging
Sysmon Config
Sysmon configuration file template with default high-quality event tracing
Stars: ✭ 3,287 (+930.41%)
Mutual labels:  monitoring, logging
Logsuck
Easy log aggregation, indexing and searching
Stars: ✭ 154 (-51.72%)
Mutual labels:  monitoring, logging
Applicationinsights Home
Application Insights main repository for documentation of overall SDK offerings for all platforms.
Stars: ✭ 221 (-30.72%)
Mutual labels:  monitoring, logging
Volkszaehler.org
Open Source Smart Meter with focus on privacy - you remain the master of your data.
Stars: ✭ 150 (-52.98%)
Mutual labels:  monitoring, logging
Jaggr
JSON Aggregation CLI
Stars: ✭ 365 (+14.42%)
Mutual labels:  statistics, monitoring
Applicationinsights Dotnet Logging
.NET Logging adaptors
Stars: ✭ 100 (-68.65%)
Mutual labels:  monitoring, logging
Applicationinsights Go
Microsoft Application Insights SDK for Go
Stars: ✭ 113 (-64.58%)
Mutual labels:  monitoring, logging
Homer
HOMER - 100% Open-Source SIP / VoIP Packet Capture & Monitoring
Stars: ✭ 855 (+168.03%)
Mutual labels:  statistics, monitoring
Nginx Rtmp Monitoring
real-time monitoring statistics dashboard for nginx rtmp module
Stars: ✭ 224 (-29.78%)
Mutual labels:  statistics, monitoring

Linode Longview

Overview

Longview is a system level statistics collection and graphing service, powered by the Longview open source software agent that can be installed onto any Linux system. The Longview agent collects system statistics and sends them to us, where we store the data and present it in beautiful and meaningful ways.

Preview

The Linode Manager allows you to interact with data collected and analyze your system's resource usage. You can drill into individual servers:

Longview preview

Linode Longview also gives you a high-level view of your fleet and lets you sort your servers' resource usage by the metrics that matter to you:

Longview preview

Features

  • Compatibility with Linux-based operating systems, Linode and non-Linode.
  • An open-source software agent
  • Up-to-the-minute information about each system
  • Overview dashboard for all systems
  • Zoomable graphs with contextual tooltips
  • Overall stats for CPU, memory, disk IO, listening services, active connections, network transfer, system details, and more
  • Per-process statistics including process count, IO, memory, and CPU usage
  • Longview Pro includes unlimited data retention and up to 1 minute resolution
  • Longview Free includes 12 hours of data retention and 5 minute resolution

Linode Docs on Longview

The Linode Guide & Tutorials contains more information on Longview's features at: Longview

Requirements

Perl

The Longview client requires perl 5.8 or higher.

Kernel

The Longview client should be running with a 2.6 or higher kernel.

Operating system

The Longview client can be installed on any system running Linux. Linode provides packages for Debian, Ubuntu, CentOS, and Fedora. A tagged release tarball is provided for systems without a pre-rolled package.

Client usage

Installation

The client is normally installed by running a one-liner provided by the Linode Manager, which will automatically detect your operating system and drop your client's API key onto the filesystem.

The client installs itself to /opt/linode/longview and will drop the API key under /etc/linode/longview.key.

Alternately, you can obtain a full copy of the repository, which will allow the Extras/install-dependencies.sh script to install (using cpanm) all required perl modules in a lib directory in your local copy of the repository.

Running the Longview client

The Longview client runs automatically after being installed and configures itself to run at boot time. You can also start it by running:

service longview start

The client logs information to /var/log/linode/longview.log. The Longview client logs error messages by default. If you'd like more verbose logs, you can manually start the client in debug mode by running:

/opt/linode/longview/Linode/Longview.pl debug

The client will daemonize itself and print each stage of data collection to the log file, along with the response received by the server. This can be extremely helpful in diagnosing restrictive firewall issues and assisting Linode support in getting Longview to cooperate on any system.

Stopping the Longview client

The Longview client can be stopped in a similar fashion to starting it:

service longview stop

This will halt data collection and the graphs on the Linode Manager's "Longview" tab will not continue to update.

Removing the Longview client

The client will stop itself once you remove it from the Linode Manager. You can uninstall it by using your package manager.

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].