Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
/ rockettop Public archive

RocketTop Utility - for realtime monitoring performance of your ObjectRocket instances

License

Notifications You must be signed in to change notification settings

objectrocket/rockettop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

RocketTop is a real-time statistics viewer for ObjectRocket, built to look similar to the popular Unix "top" utility.

Requires: python
curses support (installed by default in Linux/Unix/Mac OSX)

Usage

In order to use rockettop you will need an ObjectRocket API Key. You will need to signup for a Objectrocket account, create an instance, then select the API tab under your instance. Copy/Paste the API key to the command line below, or put it in the configuration file.

Rockettop reports aggregate stats across your entire instance. That means that your data is summated across all the shards. You are seeing total overall statistics about your MongoDB instance on ObjectRocket.

Usage: rockettop [options]

Options:
  -h, --help           show this help message and exit
  --api_key=API_KEY    ObjectRocket API key.  See www.objectrocket.com for an account
  --refresh            Refresh every n seconds

$>python rockettop --api_key=your_api_key

License

Copyright 2012 ObjectRocket Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

RocketTop Utility - for realtime monitoring performance of your ObjectRocket instances

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages