#4328 closed bug (fixed)
[bin:top] 5 seconds is too much before displaying
Reported by: | diver | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Command Line Tools | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Currently one have to wait 5 seconds before top will display process list, this is too much when you just want to quickly look around. It is also is too limited in options, maybe there is a bsd version?
Attachments (1)
Change History (12)
comment:1 by , 15 years ago
comment:2 by , 15 years ago
The problem is that the default delay for top is 5 seconds. But that delay shouldn't be applied before showing the initial screen.
comment:3 by , 15 years ago
Thanks Jerome, ps will do for now. BTW (sorry for offtopic), could you please have a look at auich driver in wrt VirtualBox, pretty please? :-)
comment:4 by , 15 years ago
Version: | R1/pre-alpha1 → R1/Development |
---|
comment:6 by , 14 years ago
Since top supports setting the interval time between updating, can this be closed?
> top --help usage: top [-d] [-i interval] [-n ntimes] -d, do not clear the screen between displays -i interval, wait `interval' seconds before displaying -n ntimes, display `ntimes' times before exiting Default is clear screen, interval=5, ntimes=infinite
by , 13 years ago
Attachment: | patch_top.diff added |
---|
comment:7 by , 13 years ago
patch: | 0 → 1 |
---|
comment:8 by , 13 years ago
Can't commit yet, but when in "infinite iterations" mode, the first iteration will be done in half a second, then the others will follow the requested delay.
comment:10 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:11 by , 13 years ago
Oh.. I'm sorry. I should have committed this myself before.. it slipped out of my mind. Thanks!!
ps might be the tool you want to use then. top needs a little time to be able to display valid stats.