Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/SpiderOak/gostatgrabber

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/SpiderOak/gostatgrabber

  • v0.0.0-20140620125227-2cab6d25d187
  • Source
  • Go
  • Socket score

Version published
Created
Source

gostatgrabber

go language package for a StatGrabber client

If you use Ganglia or other visual systems monitoring tools, you already know the benefit of seeing real-time graphs of your CPU use, memory, disk activity, network packets, and so on.

StatGrabber gives you the ability to visualize the internal operation of your own software along side of all of your existing system stats. See real-time graphs of connected users, application transactions, revenue received, or any other quantitative values useful to you.

It's often very helpful to see the transactions or events your own software is handling in real time relationship to system CPU, memory, etc.

The client modules simply emit non-blocking UDP packets and get on with their business, avoiding slowing down their response time.

You can graph 4 types of stats:

  • counters (ex: transactions, revenue)
  • averages (ex: size of transactions)
  • accumulators (ex: bandwidth used) and elapsed
  • time (ex: time per transaction)

FAQs

Package last updated on 20 Jun 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc