2002-02-02 04:17:29 +05:30
|
|
|
-------------------------- general ------------------------
|
|
|
|
|
2005-09-12 06:57:59 +05:30
|
|
|
Consider using glibc obstacks for memory allocation.
|
|
|
|
|
2002-02-02 04:17:29 +05:30
|
|
|
Implement /usr/proc/bin tools like Solaris has.
|
2002-10-23 13:23:16 +05:30
|
|
|
The prstat command is interesting, like top in batch mode.
|
2004-07-26 19:18:59 +05:30
|
|
|
SCO has a pstat command.
|
2002-02-02 04:17:29 +05:30
|
|
|
|
2011-06-04 23:10:29 +05:30
|
|
|
Don't these really belong in the procps-ng package?
|
|
|
|
killall pstree fuser lsof who
|
2002-02-02 04:17:29 +05:30
|
|
|
(they are maintained elsewhere, which causes version problems)
|
|
|
|
|
2004-07-26 19:18:59 +05:30
|
|
|
OpenBSD has a pfind command.
|
|
|
|
|
2002-02-02 04:17:29 +05:30
|
|
|
Cache results of dev_to_tty.
|
|
|
|
|
|
|
|
---------------------- kernel -------------------------
|
|
|
|
|
|
|
|
Add an "adopted child" flag to mark processes that are not
|
|
|
|
natural children of init. This can make --forest work better.
|
|
|
|
|
|
|
|
Supply better data for top's CPU state display. Currently top has
|
|
|
|
to subtract old numbers from new numbers and divide that result by
|
|
|
|
the number of processors. The kernel won't even supply the number
|
|
|
|
of processors in a portable way.
|
|
|
|
|
|
|
|
Supply data for the ADDR and JOBC fields.
|
|
|
|
|
|
|
|
Support & supply data for SL and RE.
|
|
|
|
|
|
|
|
Add a /proc/*/tty symlink to eliminate guessing when /proc/*/fd is
|
2013-03-11 11:30:00 +05:30
|
|
|
not accessible.
|
2002-02-02 04:17:29 +05:30
|
|
|
|
|
|
|
Add /proc/*/.bindata files to avoid string parsing. It should be an array
|
|
|
|
of 64-bit values on all machines. New entries go on the end and obsolete
|
|
|
|
ones get filled in with something logical -- entries must never be deleted!
|
|
|
|
|
|
|
|
Add all the stuff Solaris has. This would also replace ptrace.
|
|
|
|
|
2007-05-28 07:29:28 +05:30
|
|
|
---------------------- watch --------------------------
|
|
|
|
|
2007-05-28 08:48:52 +05:30
|
|
|
Tolerate VT100 line-drawing characters. Maybe translate them.
|
|
|
|
|
2002-02-02 04:17:29 +05:30
|
|
|
---------------------- w --------------------------
|
|
|
|
|
|
|
|
The LOGIN@ column sometimes has a space in it. This makes correct
|
|
|
|
scripting difficult.
|
|
|
|
|
2007-05-28 07:29:28 +05:30
|
|
|
Time formats are demented.
|
2002-02-02 04:17:29 +05:30
|
|
|
|
|
|
|
---------------------- vmstat --------------------------
|
|
|
|
|
2003-09-29 09:39:52 +05:30
|
|
|
Extract /proc/diskstats parsing from vmstat into libproc somewhere.
|
2002-10-24 03:07:28 +05:30
|
|
|
|
2002-02-02 04:17:29 +05:30
|
|
|
--------------------- libproc ----------------------
|
|
|
|
|
|
|
|
Stop storing fields with duplicate info (often different
|
|
|
|
units: kB and pages, seconds and jiffies) in the proc_t struct.
|
|
|
|
|
2009-05-03 12:09:33 +05:30
|
|
|
Use own readdir code (assembly language) because glibc sucks ass.
|
|
|
|
|
2002-02-02 04:17:29 +05:30
|
|
|
---------------------- top -------------------------
|
|
|
|
|
|
|
|
Share more stuff with ps.
|
|
|
|
|
2004-07-26 19:18:59 +05:30
|
|
|
don't truncate long usernames
|
|
|
|
|
|
|
|
have a --config option
|
|
|
|
|
2002-02-02 04:17:29 +05:30
|
|
|
---------------- ps for now, maybe move to libproc ------------------
|
|
|
|
|
|
|
|
With forest output and a tty named /dev/this_is_my_tty, the position
|
|
|
|
of the command name gets messed up. (we print too many spaces) (fixed?)
|
|
|
|
|
2002-10-11 01:46:25 +05:30
|
|
|
Fix missing stuff for these formats: FB_j FB_l FB_v HP_f HP_l HP_fl JFMT OL_m
|
|
|
|
(jobc,cpu,sl,re,cpu,prmgrp,m_swap,m_share,vm_lib,m_dt)
|
2002-02-02 04:17:29 +05:30
|
|
|
Note that "cpu" has two meanings.
|
|
|
|
|
|
|
|
Add Beowulf support. This is ugly, since the current patches use a
|
|
|
|
daemon to collect info and add a HOST field after the PID field.
|
|
|
|
|
|
|
|
Query optimizer, put cheap/required process selection first.
|
|
|
|
|
2002-10-11 01:46:25 +05:30
|
|
|
Avoid reading both /proc/*/status and /proc/*/stat.
|
2002-02-02 04:17:29 +05:30
|
|
|
|
|
|
|
Support printing the client hostname (the FROM that w(1) uses) in place
|
2004-04-17 08:43:56 +05:30
|
|
|
of a pty.
|
2002-02-02 04:17:29 +05:30
|
|
|
|
|
|
|
Disambiguate narrow tty info. (/dev/tty7 == /dev/pts/7 now)
|
|
|
|
1------8 1--4
|
|
|
|
ttyS2 S2
|
|
|
|
ttyI31 I31
|
|
|
|
pts/7 7 Short form could be /999.
|
|
|
|
pts/9999 9999 Short form could just be trunctuated to /999.
|
|
|
|
tty7 7 Short form could be vc-7.
|
|
|
|
tty63 63 Short form could be vc63.
|
|
|
|
|
|
|
|
Internationalization, as specified by XPG3, Volume 1, Commands and Utilities.
|
|
|
|
(and suggested by Unix98) LC_TIME affects date format.
|
|
|
|
|
|
|
|
----------------------- ps -----------------------
|
|
|
|
|
|
|
|
Add an option to select all processes that a user can kill.
|
|
|
|
(related to RUID, EUID, tty, etc. -- but maybe ignore root power)
|
|
|
|
|
|
|
|
Add a nice display option for killing things.
|
2004-07-26 19:18:59 +05:30
|
|
|
ruser,euser,ppid,pid,pmem,stime,args
|
|
|
|
|
|
|
|
For RT stuff:
|
|
|
|
pid,tid,class,rtprio,ni,pri,psr,pcpu,stat,wchan:14,comm
|
|
|
|
|
|
|
|
For job control:
|
|
|
|
stat,euid,ruid,tty,tpgid,sess,pgrp,ppid,pid,pcpu,comm
|
2002-02-02 04:17:29 +05:30
|
|
|
|
|
|
|
Make the column alignment algorithm support this:
|
|
|
|
FOO BAR
|
|
|
|
8 44444
|
|
|
|
453 45
|
|
|
|
45 2989
|
|
|
|
63666 0
|
|
|
|
34 333
|
|
|
|
(useful for the UNIX tty and time values, since the time might look
|
|
|
|
like 100-10:40:32 for old processes and the tty might have extra room)
|
|
|
|
|
|
|
|
Improve long sort/format specifiers documentation and fill in the missing
|
|
|
|
code as much as the kernel can support. Make sure that memory amounts are in
|
|
|
|
pages when they should be and in kB when they should be, not backwards.
|
|
|
|
|
|
|
|
output encoding: UTF8 --nul --null
|
|
|
|
|
|
|
|
Make BSD formats use non-standard BSD time format, at least when it
|
|
|
|
doesn't violate the "no whitespace" rule.
|
|
|
|
|
|
|
|
Better unmangling of '?' as a tty. The shell destroys '?' when there
|
|
|
|
is a filename that matches. If the argument seems like garbage,
|
|
|
|
check for a file that might have screwed up the '?'.
|
|
|
|
|
|
|
|
If the 'O' option is given something already implied by 'O',
|
|
|
|
assume the user wanted a sorting option.
|
|
|
|
|
|
|
|
Conflict:
|
|
|
|
Digital THREAD is user,pcpu,pri,scnt,wchan,usertime,systime
|
|
|
|
AIX THREAD is uname,pid,ppid,tid,S,C,PRI,scount,WCHAN,F,tty,bnd,comm
|
|
|
|
AIX looks like this:
|
|
|
|
USER PID PPID TID S C PRI SC WCHAN FLAG TTY BND CMD
|