LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What daemons are running? (https://www.linuxquestions.org/questions/linux-newbie-8/what-daemons-are-running-517774/)

paul123 01-09-2007 02:41 PM

What daemons are running?
 
what command will tell we what daemons are currently running on my machine? Im currently playing with audacity and getting momentary glitches in sound play back.

ive just read about esd and if im reading correctly this daemon allows more than on program to grab sound card. im just wondering if the glitches are cause by something else polling the sound card? So do I start esd before audacity? or is esd already running or would audacity fire up the daemon on program loading?

Ive asked in audacity form but no replies? Help please im not at all clear on this.:newbie:

b0uncer 01-09-2007 02:44 PM

Check out
Code:

ps
and
Code:

pstree
commands, along with their options; refer to their manpages like
Code:

man ps
for more information about what parameters and options you can give them. pstree gives you a tree-like structure of the running processes, init being the mother of them all. Additionally you can use
Code:

top
to see what processes are possibly consuming cpu power or memory resources the most, etc..

paul123 01-09-2007 04:19 PM

thanks. I have used ps -aux in the past but had over looked the fact that a daemon would show up here.

pstree is new to me so ive learned something.

I did monitor the cpu for loading using a graphical interface in desktop to look for any clues but nothing. Thats why i thought the soundcard maybe the problem without esd running.

Many thanks for the pointer.


All times are GMT -5. The time now is 08:19 PM.