Thank you. I can see owserver and owhttpd with ps auxwww but they still do not appear in system monitor app. I don't use linux commands everyday so it is hard to remember all of them. I like having a link to do the same thing, guess I need to make my own.
On 03/16/2011 01:36 AM, Marcus Priesch wrote: > Hello William, > > Am Dienstag, den 15.03.2011, 17:27 -1000 schrieb William Brown: >> Should owserver and owhttpd be displayed in the System Monitor app >> (gnome-system-monitor) in Ubuntu? Mine are not and I would like them >> too. Any suggestions. > yes, they should - try displaying all processes ... > > acc to ps vs ps auxww: these are the commands to view process info in a > terminal window ... > > open a terminal and enter (always press enter key at the end) : > > ps > > you see your processes. > > if you want to see all processes running on your system (plus some > additional info), enter: > > ps auxwww > > yes, the output is huge ... but you can filter the output by entering: > > ps auxwww | grep owserver > > would display all lines in the output of "ps auxwww" containing > "owserver" - if this gives you nothing, then your owserver is not > running at all ... ;) > > hope this helps, > marcus. > > > ------------------------------------------------------------------------------ > Colocation vs. Managed Hosting > A question and answer guide to determining the best fit > for your organization - today and in the future. > http://p.sf.net/sfu/internap-sfd2d > _______________________________________________ > Owfs-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/owfs-developers > ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Owfs-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/owfs-developers
