warning + doc refs
This commit is contained in:
parent
8ba9a234f7
commit
573423ff40
2
Makefile
2
Makefile
@ -59,7 +59,7 @@ TARFILES := AUTHORS BUGS NEWS README TODO COPYING COPYING.LIB \
|
|||||||
Makefile procps.lsm procps.spec v t README.top \
|
Makefile procps.lsm procps.spec v t README.top \
|
||||||
minimal.c $(notdir $(MANFILES)) \
|
minimal.c $(notdir $(MANFILES)) \
|
||||||
uptime.c tload.c free.c w.c top.c vmstat.c watch.c skill.c \
|
uptime.c tload.c free.c w.c top.c vmstat.c watch.c skill.c \
|
||||||
sysctl.c pgrep.c top.h pmap.c
|
sysctl.c pgrep.c top.h pmap.c vmstat.h
|
||||||
|
|
||||||
CURSES := -I/usr/include/ncurses -lncurses
|
CURSES := -I/usr/include/ncurses -lncurses
|
||||||
|
|
||||||
|
@ -53,8 +53,6 @@ extern unsigned long kb_pagetables;
|
|||||||
|
|
||||||
#define BUFFSIZE 8192
|
#define BUFFSIZE 8192
|
||||||
typedef unsigned long long jiff;
|
typedef unsigned long long jiff;
|
||||||
extern void crash(const char *filename);
|
|
||||||
extern void getrunners(unsigned int *restrict running, unsigned int *restrict blocked);
|
|
||||||
extern void getstat(jiff *restrict cuse, jiff *restrict cice, jiff *restrict csys, jiff *restrict cide, jiff *restrict ciow,
|
extern void getstat(jiff *restrict cuse, jiff *restrict cice, jiff *restrict csys, jiff *restrict cide, jiff *restrict ciow,
|
||||||
unsigned long *restrict pin, unsigned long *restrict pout, unsigned long *restrict s_in, unsigned long *restrict sout,
|
unsigned long *restrict pin, unsigned long *restrict pout, unsigned long *restrict s_in, unsigned long *restrict sout,
|
||||||
unsigned *restrict intr, unsigned *restrict ctxt,
|
unsigned *restrict intr, unsigned *restrict ctxt,
|
||||||
|
2
vmstat.8
2
vmstat.8
@ -124,7 +124,7 @@ Since procps 3.1.9, vmstat lets you choose units (k, K, m, M)
|
|||||||
.fi
|
.fi
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
ps(1), top(1), free(1)
|
iostat(1), sar(1), mpstat(1), ps(1), top(1), free(1)
|
||||||
.PP
|
.PP
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Does not tabulate the block io per device or count the number of system calls.
|
Does not tabulate the block io per device or count the number of system calls.
|
||||||
|
Loading…
Reference in New Issue
Block a user