| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: docs/37757
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
|
|
|
|
|
|
|
| |
process gets a SIGCONT
Reviewed by: kris@freebs.org
MFC after: 2 weeks
|
|
|
|
| |
MFC after: 2 weeks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
originally written in January, 2000, but have been substantially updated.
- No longer use hz/stathz and the CPU times in computing the TTY stats,
but rather use etime, like the disk stats.
- Clean up malloc/realloc failure tests.
- Use a new integrated routine to fetch devstat information via sysctl or
KVM.
- Get rid of the X() macro for calculating CPU stats
- Use rint() on the CPU state display to avoid truncation errors. (this
requires libm)
- Clean up flag usage somewhat.
Reviewed by: bde
|
| |
|
|
|
|
|
|
|
|
|
| |
crash dumps, and make it use sysctl for all data retrievals in the
"live" case (i.e. when not using iostat on a crash dump).
Remove setgid kmem for the iostat executable, it is not needed any
more after these changes.
Reviewed by: ken
|
|
|
|
|
| |
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- MAN[1-9] -> MAN.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: ken
|
| |
|
|
|
|
| |
Remove unused variable.
|
|
|
|
| |
before.
|
|
|
|
|
|
|
| |
Remove -? flag that was not working but documented. Make it work instead
but hide it in man page and usage string as others tools do.
Spelling.
Abort on allocation failure (with errx()).
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Sort xrefs.
- FreeBSD.ORG -> FreeBSD.org
- Be consistent with section names as outlined in mdoc(7).
- Other misc mdoc cleanup.
PR: doc/13144
Submitted by: Alexey M. Zelkin <phantom@cris.net>
|
|
|
|
|
| |
page documents '?' as a valid option, as does the usage message. None
of the other programs' man pages documented '?' as a valid option.
|
|
|
|
|
|
| |
o getopt returns -1 rather than EOF on errors
o getopt returns '?' for characters it doesn't know about, so
don't include them in the getopt options string.
|
|
|
|
| |
Suggested by: brian, markm
|
|
|
|
|
|
|
|
|
|
| |
generation was causing unaligned access faults on the Alpha.
I have incremented the devstat version number, since this is an interface
change. You'll need to recompile libdevstat, systat, iostat, vmstat and
rpc.rstatd along with your kernel.
Partially Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
|
|
|
|
|
|
| |
commit.
Reviewed by: gibbs
|
|
|
|
|
|
|
|
| |
fixed variable so all manually-specified devices are shown rather then
cutting the display off at 3, fixed formatting for msps when msps is
larger then 100 (it was blowing the columner display output before),
added -K option to make blk count (-oIK) force a 1K block size (to conform
more closely to systat, vmstat definition of blocksize).
|
|
|
|
| |
Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
|
| |
|
| |
|
|
|
|
| |
posix standard on the topic.
|
|
|
|
|
| |
Reviewed by: phk
Submitted by: John-Mark Gurney <jmg@nike.efn.org>
|
|
|
|
| |
Submitted-By: Joe Greco <jgreco@ns.sol.net>
|
|
|
|
|
|
|
|
| |
man pages.
Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp>
Giles Lean <giles@nemeton.com.au>
<soda@sra.co.jp>
|
| |
|
|
|
|
| |
Submitted by: fredriks@mcs.com
|
| |
|
|
|
|
| |
(and rename a few in the process).
|
| |
|
|
|