summaryrefslogtreecommitdiffstats
path: root/cmd/arc_summary
Commit message (Expand)AuthorAgeFilesLines
* Centralize variable substitutionArvind Sankar2020-07-142-7/+7
* Fixes for make distArvind Sankar2020-06-261-10/+7
* arc_summary: Make get_descriptions per platformRyan Moeller2020-02-271-53/+76
* Fix reporting of L2ARC hits/misses in arc_summary3George Amanakis2019-12-041-2/+2
* Add FreeBSD code to arc_summary and arcstatRyan Moeller2019-11-302-5/+54
* Isolate code specific to Linux in cmd/Ryan Moeller2019-11-112-80/+80
* Canonicalize Python shebangsRyan Moeller2019-09-122-2/+2
* Add/generalize abstractions in arc_summary3Ryan Moeller2019-09-101-50/+62
* Add/generalize abstraction in arc_summary2Ryan Moeller2019-09-101-29/+25
* Fix typos in cmd/Andrea Gelmini2019-08-301-7/+7
* Fix automake program name transformationsRyan Moeller2019-08-201-2/+8
* arc_summary: prefer python3 version and install when there is no pythonEli Schwartz2019-06-101-3/+1
* Fix typo in arc_summary3jwittlincohen2019-03-131-1/+1
* pyzfs: python3 support (build system)Brian Behlendorf2019-01-063-10/+24
* ZTS: path cleanupbernie19952018-08-301-2/+4
* Added metadata/dnode cache info to arc_summaryRich Ercolani2018-08-222-3/+60
* Add Python 3 rewrite of arc_summary.pyScot W. Stevenson2018-02-282-1/+857
* 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
* Support parallel build trees (VPATH builds)Turbo Fredriksson2015-07-171-2/+1
* 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-282-0/+1378