Changeset 10727 in hybrid


Ignore:
Timestamp:
May 8, 2012, 6:20:45 PM (13 years ago)
Author:
rick
Message:

ps output in wlweb - niet zo breed.

Special verzoek van huub, zie nodefactory#51

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9.0/nanobsd/files/usr/local/www/wlweb/index.cgi

    r10724 r10727  
    2222
    2323def processList():
    24   return("<em>ps -aux</em><br /><pre>%s</pre>" % Popen(["/bin/ps", "-a", "-u", "-x"], stdout=PIPE, shell=False).communicate()[0])
     24  return("<em>ps -ax</em><br /><pre>%s</pre>" % Popen(["/bin/ps", "-a", "-x"], stdout=PIPE, shell=False).communicate()[0])
    2525
    2626def interfaceList():
Note: See TracChangeset for help on using the changeset viewer.