Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Unessacary Proccesses in Redhat

  • 02-07-2008 10:15AM
    #1
    Registered Users, Registered Users 2 Posts: 7,395 ✭✭✭


    Hi Guys,

    Sorry to keep bugging ye with stupid questions, but i have to try optimize performance out of a machine and i was wondering if any of ye could suggest somewhere where i can find a list of default process started by redhat and which ones are essential?

    Thanks alot.


Comments

  • Registered Users, Registered Users 2 Posts: 2,621 ✭✭✭GreenHell


    chkconfig --list will give you all the services loading up at boot time

    You could also have a google for removing modules from your kernel which would speed up boot time as well.


  • Registered Users, Registered Users 2 Posts: 59 ✭✭cmo


    Hi Guys,

    Sorry to keep bugging ye with stupid questions, but i have to try optimize performance out of a machine and i was wondering if any of ye could suggest somewhere where i can find a list of default process started by redhat and which ones are essential?

    Thanks alot.

    do the chkconfig as greenhell said and post the results here or in a pastebin, then we can see what are the unecessary ones.


  • Registered Users, Registered Users 2 Posts: 7,395 ✭✭✭witnessmenow


    Thanks guys, heres the list. I know i can get rid of bluetooth and yum updates , anything else?
    acpid           						
    anacron         						
    apmd            						
    atd             						
    auditd          						
    autofs          						
    avahi-daemon    						
    bluetooth       						
    cpuspeed        		
    crond           						
    cups            						
    firstboot       						
    gpm             						
    haldaemon       						
    hidd            				
    hplip           				
    ip6tables       				
    ipsec           				
    iptables        				
    irqbalance      				
    isdn            				
    kdump           				
    kudzu           				
    mcstrans       				
    mdmonitor       				
    messagebus      				
    microcode_ctl   				
    netfs           				
    network         				
    nfslock         		
    pcscd           		
    portmap         		
    readahead_early						
    readahead_later						
    restorecond     						
    rhnsd           						
    rpcgssd         						
    rpcidmapd       						
    setroubleshoot  						
    smartd          						
    sshd            						
    syslog          						
    vtune           						
    xfs             						
    yum-updatesd    				
    


  • Registered Users, Registered Users 2 Posts: 59 ✭✭cmo


    Thanks guys, heres the list. I know i can get rid of bluetooth and yum updates , anything else?
    acpid           						
    anacron         						
    apmd            						
    atd             						
    auditd          						
    autofs          						
    avahi-daemon    						
    bluetooth       						
    cpuspeed        		
    crond           						
    cups            						
    firstboot       						
    gpm             						
    haldaemon       						
    hidd            				
    hplip           				
    ip6tables       				
    ipsec           				
    iptables        				
    irqbalance      				
    isdn            				
    kdump           				
    kudzu           				
    mcstrans       				
    mdmonitor       				
    messagebus      				
    microcode_ctl   				
    netfs           				
    network         				
    nfslock         		
    pcscd           		
    portmap         		
    readahead_early						
    readahead_later						
    restorecond     						
    rhnsd           						
    rpcgssd         						
    rpcidmapd       						
    setroubleshoot  						
    smartd          						
    sshd            						
    syslog          						
    vtune           						
    xfs             						
    yum-updatesd    				
    

    Is this machine going to be a server or staying as a desktop?


  • Registered Users, Registered Users 2 Posts: 7,395 ✭✭✭witnessmenow


    Neither :p

    I cant go into it too much , but basically take it as a desktop.

    Thanks


  • Advertisement
  • Registered Users, Registered Users 2 Posts: 59 ✭✭cmo


    Neither :p

    I cant go into it too much , but basically take it as a desktop.

    Thanks

    To cut down on most things I would advise running in runlevel 3 anyway, you can still start x when necessary. I dont think you need the following

    acpid
    bluetooth
    cups
    isdn
    nfslock
    smartd
    yum-updatesd

    There might be a few others, I use suse so turning some of these off my drive it nuts, but hey its all trial and error :).

    Also if you deal with lots of small files on this machine you may want to consider using xfs for the partition thats messing with lots of small files.


  • Registered Users, Registered Users 2 Posts: 1,606 ✭✭✭djmarkus


    I really do recommend you keep yum-updatesd(software updates), smartd(hard disk failures), and acpid(interfacing with ACPI) and nfslock if you're going to be using nfs.


  • Registered Users, Registered Users 2 Posts: 7,395 ✭✭✭witnessmenow


    Well Yum is definitly a goner! As the Application I'm running performance drops every hour basically, and i presume thats whats causing it.

    Files arent a big issue on this, Its all I/O processing

    Thanks for the advice lads

    EDIT:Also just had a look, runlevel 3 and 5 are basically identical bar one thing.


  • Registered Users, Registered Users 2 Posts: 2,621 ✭✭✭GreenHell


    A mouse?

    Not having the X server running should free up processor and memory.

    Your logs should tell you why your app is dropping, I can't think of one reason by yum would effect any other app. Well maybe if its auto updating, but by sounds of it I doubt you have it setup that way.


  • Registered Users, Registered Users 2 Posts: 7,395 ✭✭✭witnessmenow


    Thanks for your replies guys.


    Also i found this website, very useful


  • Advertisement
Advertisement