New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

g5k-graph

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

g5k-graph

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

g5k-graph

A tool to help generate graphs for your Grid'5000 metrics.

Installation

gem install g5k-graph

Usage

g5k-graph -h

* Description
  g5k-graph - Graph your Grid'5000 metrics.
* Usage
  g5k-graph [options] < list-of-nodes
* Options
    -f, --from=                      The timeseries start time, in seconds since EPOCH [default=1303113485]
    -t, --to=                        The timeseries end time, in seconds since EPOCH [default=1303114080]
    -r, --resolution=                The timeseries resolution, in seconds [default=15]
    -m, --metrics=                   The comma-separated list of metrics to fetch [default=mem_free,cpu_idle,bytes_in,bytes_out]
    -o, --output=                    Where to write the timeseries data and graphs [default=/Volumes/backup/dev/g5k-graph/data]
    -h, --help                       Show this message

Example:

  g5k-graph --metrics mem_free,custom_metric -o /tmp -r 360 < $OAR_NODE_FILE

This tools takes a list of nodes on STDIN, and a set of options, and outputs a graph for each metric that you gave. It fetches the timeseries from the Grid'5000 API with the cURL tool, and as such you may need to have a proper ~/.netrc setup for the authentication to work (see the curl-tutorial at http://grid5000.github.com/tutorials/).

Authors

FAQs

Package last updated on 18 Apr 2011

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