Skip to content

Instantly share code, notes, and snippets.

@peo3
Created August 25, 2012 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peo3/3464550 to your computer and use it in GitHub Desktop.
Save peo3/3464550 to your computer and use it in GitHub Desktop.
cgroup-utils: git diff v0.3..v0.4 --stat
$ git diff v0.3..v0.4
.gitignore | 4 +
Changelog | 14 ++++
Changelog.md | 10 +++
README | 195 ++++++++++++++++++++++++++++++++++++++++++++++++-
README.md | 30 +++++---
README.rst | 180 ---------------------------------------------
cgutils/cgroup.py | 449 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------
cgutils/command.py | 11 +--
cgutils/commands/__init__.py | 2 +
cgutils/commands/configs.py | 17 +++--
cgutils/commands/event.py | 126 ++++++++++++++++++++++++--------
cgutils/commands/mkdir.py | 94 ++++++++++++++++++++++++
cgutils/commands/pgrep.py | 23 +++---
cgutils/commands/rmdir.py | 93 +++++++++++++++++++++++
cgutils/commands/stats.py | 26 ++++---
cgutils/commands/top.py | 257 ++++++++++++++++++++++++++++++++--------------------------------
cgutils/commands/tree.py | 60 ++++++++-------
cgutils/fileops.py | 43 +++++++++++
cgutils/formatter.py | 62 +++++++++-------
cgutils/host.py | 38 +++++-----
cgutils/process.py | 23 +++---
cgutils/tests/test_cgroup.py | 127 ++++++++++++++++++++++++++++++++
cgutils/version.py | 2 +-
setup.cfg | 3 +
setup.py | 20 +++--
test_all.py | 138 +++++++++++++++++++++++++++++++++++
test_all.sh | 29 +++++++-
test_pep8.py | 85 ++++++++++++++++++++++
28 files changed, 1535 insertions(+), 626 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment