aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/arc_summary/arc_summary.py
Commit message (Expand)AuthorAgeFilesLines
* pyzfs: python3 support (build system)Brian Behlendorf2019-01-061-1079/+0
* Added metadata/dnode cache info to arc_summaryRich Ercolani2018-08-221-0/+40
* Handle broken pipes in arc_summaryGiuseppe Di Natale2017-12-191-0/+13
* Handle invalid options in arc_summaryLOLi2017-12-191-5/+11
* Fix data on evict_skips in arc_summary.pyScot W. Stevenson2017-11-181-2/+3
* Minor code cleanups in arc_python.pyScot W. Stevenson2017-11-151-5/+7
* Fix arc_summary.py -d crash with Python3Scot W. Stevenson2017-11-111-8/+16
* Sort output of tunables in arc_summary.pyScot W. Stevenson2017-11-071-4/+8
* Add documentation strings to arc_summary.pyScot W. Stevenson2017-11-051-14/+42
* Rewrite fHits() in arc_summary.py with SI unitsScot W. Stevenson2017-11-041-29/+33
* Minor code cleanup in arc_summary.pyScot W. Stevenson2017-11-031-17/+8
* Rewrite of function fBytes() in arc_summary.pyScot W. Stevenson2017-10-301-29/+31
* Ensure arc_size_break is filled in arc_summary.pyGiuseppe Di Natale2017-10-231-22/+10
* Correct arc_summary and dbufstat python styleGiuseppe Di Natale2017-03-091-0/+1
* Fix TypeError: unorderable types: str() > int() in arc_summary.pyJohnny Stenback2017-01-031-2/+2
* Correct style in arcstat and arc_summaryGiuseppe Di Natale2016-10-061-57/+45
* Update arc_summary.py for prefetch changesBrian Behlendorf2016-07-191-146/+1
* Make arc_summary.py and dbufstat.py compatible with python3Hajo Möller2016-01-071-3/+3
* Illumos 5497 - lock contention on arcs_mtxPrakash Surya2015-06-111-4/+0
* Replace sysctl summary with tunables summary.Kyle Blatter2015-01-281-66/+57
* Force all lines to be 80 columnsKyle Blatter2015-01-281-33/+66
* Add a help option with usage informationKyle Blatter2015-01-281-4/+25
* Refactor arc_summary to simplify -p processingKyle Blatter2015-01-281-23/+17
* Modified arc_summary.py to run on linuxcburroughs2015-01-281-287/+24
* Add arc_summary.py from FreeNAScburroughs2015-01-281-0/+1376