summaryrefslogtreecommitdiff
path: root/usr/src/cmd/stat/kstat/kstat.c
AgeCommit message (Collapse)AuthorFilesLines
2020-02-0612252 remove sunfire-specific code from kstat(1m)Peter Tribble1-166/+2
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
2016-12-307701 kstat -j does not produce valid JSONBryan Cantrill1-28/+147
7702 kstat(1) doesn't deal well with uninitialized named kstats 7703 in some locales, kstat -j produces invalid JSON Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Peter Tribble <peter.tribble@gmail.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2016-03-254740 kstat(1M) prints wrong snaptimeRobert Mustacchi1-2/+3
Reviewed by: Dave Pacheco <dap@joyent.com> Reviewed by: David Höppner <0xffea@gmail.com> Reviewed by: Toomas Soome <tsoome@me.com> Approved by: Richard Lowe <richlowe@richlowe.net>
2013-08-053988 kstat(1) woefully inefficient on fully specified kstatsBryan Cantrill1-1/+2
Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Gordon Ross <gwr@nexenta.com>
2013-04-193724 kstat reports idle time as io_wait, kernel as pio_wait, etcRichard Lowe1-3/+3
Reviewed by: Brendan Gregg <brendan.gregg@joyent.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Reviewed by: Jason King <jason.brian.king@gmail.com> Approved by: Garrett D'Amore <garrett@damore.org>
2013-03-143623 kstat must accept partial stat specificationRichard Lowe1-9/+2
Reviewed by: Theo Schlossnagle <jesus@omniti.com> Reviewed by: David Höppner <0xffea@gmail.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Eric Schrock <eric.schrock@delphix.com>
2013-01-27749 "/usr/bin/kstat" should be rewritten in C (fix SPARC build)Richard Lowe1-5/+4
2013-01-26749 "/usr/bin/kstat" should be rewritten in CDavid Höppner1-0/+1470
Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Brendan Gregg <brendan.gregg@joyent.com> Approved by: Garrett D'Amore <garrett@damore.org>