enami
|
4be646f78d
|
s/Swap/Swp in Memory: line.
XXX: Strictly speaking, we must chop off two more characters from this line
XXX: so that the line fits in single line.
|
2001-01-30 13:29:58 +00:00 |
enami
|
044efd32f8
|
Print a process state except sleeping in capital letter, and
print wait channel for sleeping process. While I'm here, document that
the STATE field may be followed by /cpu-number on multi-processor system.
|
2001-01-23 23:03:49 +00:00 |
sommerfeld
|
6553cce562
|
on multiprocessor, display last cpu for SSLEEP state, too.
|
2000-12-30 14:26:50 +00:00 |
simonb
|
ba632e7078
|
Use the vm.uvmexp2 sysctl.
|
2000-11-29 11:18:33 +00:00 |
sommerfeld
|
e1c4d5f30b
|
If kernel gives us a CPU number in kinfo_proc2, display it after the state.
Rename "onproc" to "cpu".
|
2000-11-19 01:49:29 +00:00 |
thorpej
|
ef3b320608
|
Back out last change. It was not a format string cleanup at all,
but rather a piece of SMP development code not ready for committing.
|
2000-10-11 19:10:19 +00:00 |
is
|
135600f947
|
More format string cleanup by sommerfeld.
|
2000-10-11 14:46:00 +00:00 |
enami
|
2eee9d6e1d
|
Use u_int64_t to avoid an integer overflow when converting total number
of swap blocks into kilo bytes.
|
2000-06-09 07:09:28 +00:00 |
simonb
|
7f7c61365d
|
Now that the CPUSTATES info is in <sys/sched.h>, we don't need to include
<sys/dkstat.h> anymore.
|
2000-06-05 05:24:07 +00:00 |
perry
|
a3d66afde6
|
include sys/sched.h to get definition of CPUSTATES
|
2000-06-04 02:11:11 +00:00 |
simonb
|
a25a6ad644
|
Move the compare_*() function declarations to m_netbsd15.c and make them
static - they aren't used anywhere else and now there should be no changes
with the top distributed version of m_netbsd15.c.
|
2000-05-29 11:52:36 +00:00 |
simonb
|
ebdd9810cb
|
cp_time[] is now an array of u_int64_t's. Add a percentages64() function
that deals with u_int64_t's instead of long's.
|
2000-05-29 11:38:33 +00:00 |
simonb
|
d4032a270c
|
Sync a comment with the version of this file sent to the top-spinners
list.
|
2000-05-26 04:22:01 +00:00 |
simonb
|
a9d3ad7bbb
|
New module for top based on the old m_netbsd13.c module.
Uses new sysctl/kvm interfaces and removes setgid bit.
|
2000-05-26 04:01:13 +00:00 |