Skip to content

jeevan449/getstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

getstats :: Performance Stats

Build Status Documentation Status

getstats is the only Non-GMO stats library for Python,

Behold, the power of getstats:

>>> from getstats import GetStats
>>> stat_obj = GetStats.getstats(dur=300,rate=10)
>>> stat_obj.run_stats()
  Running..........
  ***** Completed capturing the STATS *****
  ########################################
  #    stats_2018-02-12_16-47-47_.csv    #
  ########################################

Feature Support

getstats is used to get performance parameters of linux machine.

  • CPU,MEM,I/O(wa) stats available
  • Invidual process stats
  • CSV file generation
  • Stat frequecy (Every 10 seconds get stats)
  • No external lib to be required.(In built python libs are enough).

getstats officially supports Python 2.6–2.7 & 3.4–3.6, and runs great on PyPy.

Installation

To install getstats,

$ pip install getstats
         ✨🍰✨

Satisfaction guaranteed.

Documentation

Fantastic documentation is available at readthedocs. documentation