GithubHelp home page GithubHelp logo

cgsysstat's Introduction

/* Copyright (c) 2012, Heng.Wang. All rights reserved.

 This program is aimed to monitor the cgroup like iostat for each group,
 if you have more effective processing methods or some ideas to solve
 the problem, thanks for your sharing with the developers. It's pleasure
 for you to contact me.

 @Author: Heng.Wang
 @Date  : 11/07/2012
 @Email : 
 [email protected]
 [email protected] 
 @Github: https://github.com/HengWang/
 @Blog  : http://hengwang.blog.chinaunix.net
 */
 
 CGSysstat is a monitor toolkits for cgroup, all of these tools are based 
 on libcgroup library.
 
 1. How to install the toolkits?
 	The dependency of the CGSysstat is based on libcgroup, so before to 
 install the toolkits, first to install the libcgroup and libcgroup-devel
 library.
 		yum install libcgroup
 		yum install libcgroup-devel
 		
 	Download the source tar pakage and extract the files, then compile the 
 source and install the toolkits.
 		cmake.
 		make & make install
 
 2. How to use the toolkits?
 
 ------------------------------  cgiostat  ------------------------------
 
 	Cgiostat is like the system tool iostat to display the io statistics
 information and cpu statistics information, the display format is like 
 the iostat output.
 
 Usage:
 	cgiostat [-h] [[-c] [-g] <group_name>] [-t] [-k] [-m] <INTERVEL> <COUNT>
 Options:	
	-c                Display utilization of cpu.
	-g <group1,...>   Display the io utilization of group named <group_name>. 
	-t                Display the timestamp. 
	-k                Display the status in KB/s.
	-m                Display the status in MB/s.
	-h                Display this help.
	-x                Display the extend information. 
	INTERVEL          The interval time of display.
	COUNT             The count of display.

 If not given the -g option, list all cgroups information.
 

cgsysstat's People

Contributors

hengwang avatar

Stargazers

vici avatar  avatar wom avatar  avatar Jian Wen avatar

Watchers

James Cloos avatar Jian Wen avatar  avatar wom avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.