summaryrefslogtreecommitdiff
path: root/usr.bin/ctlstat/ctlstat.c
Commit message (Expand)AuthorAgeFilesLines
* Flush stdout after each iteration.Alexander Motin2019-03-061-0/+1
* Remove hard coded number of lun definitionBaptiste Daroussin2017-12-111-11/+17
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Make ctlstat -n option work reasonably for sparse LUN list.Alexander Motin2017-11-271-28/+21
* Fix JSON output.Alexander Motin2017-03-031-14/+17
* Rewrite CTL statistics in more simple and scalable way.Alexander Motin2017-01-091-234/+210
* Bunch of improvements to ctlstat.Alexander Motin2015-09-211-45/+71
* Output times as normal microseconds, rather then in bintime format.Alexander Motin2015-09-201-5/+4
* Drop "internal" CTL frontend.Alexander Motin2015-08-151-1/+0
* Fix couple issues in ctlstat header printing.Alexander Motin2015-02-071-3/+4
* Fix bugs in the elapsed time calculation in ctlstat_standard()Kenneth D. Merry2013-04-111-7/+3
* Fix a time calculation error in ctlstat_standard().Kenneth D. Merry2013-04-101-2/+3
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-1/+1
* Fix building ctlstat with clang.Kenneth D. Merry2012-01-121-1/+1
* Add the CAM Target Layer (CTL).Kenneth D. Merry2012-01-121-0/+730