Has anybody done benchmarks on Ubuntu with the GUI installed versus purely command line? I'm considering adding the GUI to my server, but I am wary of it slowing the system down.

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Will you be leaving the GUI running and logged into a session? If you don't actually have the system logged in really shouldn't be much of an impact. The login managers usually don't take up much resources.

You can even the login manager and only start a session when you actually need one. In that case, there really should be no impact other then some disk space being used.

If you plan on actually leaving some GUI applications running that could make a big difference, and it would depend a lot on what you actually left running.

The preferred alternative is to setup a computer you run your management tools from. Then simply use SSH combined with X11 forwarding to run any tools you need on your management station.

link|improve this answer
the gui should only be running while I'm logged in. thanks for info. – storm Nov 12 '09 at 3:36
Yep. We use bash which is heavy by its nature. Why not GUI, when not too often? :) – o_O Tync Nov 13 '09 at 0:58
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.