Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giampaolo/psutil-cli
Portable command line tools based on psutil
https://github.com/giampaolo/psutil-cli
cli netstat ps psutil sysadmin top
Last synced: 2 months ago
JSON representation
Portable command line tools based on psutil
- Host: GitHub
- URL: https://github.com/giampaolo/psutil-cli
- Owner: giampaolo
- License: mit
- Created: 2017-03-23T22:27:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T15:06:17.000Z (almost 8 years ago)
- Last Synced: 2024-05-02T04:48:33.617Z (8 months ago)
- Topics: cli, netstat, ps, psutil, sysadmin, top
- Language: Python
- Size: 29.3 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://img.shields.io/travis/giampaolo/psutil-cli/master.svg?maxAge=3600&label=Linux%20/%20OSX
:target: https://travis-ci.org/giampaolo/psutil-cli
:alt: Linux tests (Travis).. image:: https://coveralls.io/repos/github/giampaolo/psutil-cli/badge.svg?branch=master
:target: https://coveralls.io/github/giampaolo/psutil-cli?branch=master
:alt: Test coverage (coverall.io).. image:: https://img.shields.io/pypi/v/psutil-cli.svg?label=pypi
:target: https://pypi.python.org/pypi/psutil/
:alt: Latest version.. image:: https://img.shields.io/github/stars/giampaolo/psutil-cli.svg
:target: https://github.com/giampaolo/psutil/
:alt: Github stars.. image:: https://img.shields.io/pypi/l/psutil-cli.svg
:target: https://pypi.python.org/pypi/psutil/
:alt: LicenseCross-platform command line utilities based on
`psutil `__.Motivation
==========There is a set of well known command line utilities such as ps, top, netstat
etc. which are available on pretty much all UNIX platforms (but not Windows).
Most of them work similarly but all have minor or major differences regarding
the command line options and the printed output, both of which are not
standarized.The aim of this project is to provide clones of the most famous UNIX CLI
utilities such as ps, top, netstat, etc. which are portable across all UNIX
platforms and Windows and which all provide the same interface in terms of
cmdline parsing and printed output.NOTE: still a work in progress.
Utilities
=========* `psutil-sysmem `__: system memory info.
* `psutil-procsmem `__: shows "real" (USS) memory usage for all processes.