How to check system performance?

Solution 1:

Even when this question is related to software issues you may wish to give a try to HardInfo, System profiler and benchmark, which will allow you to perform several benchmarks in order to gather information of your system and allows you to perform comparisons with other systems.

Linux should run with a considerable ease, the applications that you refer, unless the hardware is reaching its limits.

Most of the times a big memory size isn't enough if the memory speed doesn't fit your need for speed. Hard disk drives should be fast enough and facing no issues and generally: The system should be in good condition.

You don't lose anything giving this a try and may find something that would give you an idea of how is your system handling the physical resources.

Reach HardInfo at: http://hardinfo.berlios.de/HomePage

Here is a screenshot of my CPU Blowfish benchmark with two comparisons.

enter image description here

Additionally you can use a system monitor tool, like Conky or GkrellM in order to see your system's performance when attempting to run one of these applications. This won't fix your issues but will give you a clue on where to start.

I prefer to use GKrellM, so here is a screenshot of my system being monitored by this tool:

enter image description here

Here is a screenshot of Conky (from their site) featuring processes monitoring:

enter image description here

And when writing all this stuff I got a bulb turned on over my head, and I think that you should check what running processes are giving you problems when attempting to do what you wish. I mean: there can be a running process which can be requesting lots of processor or memory and this can cause your other applications to have problems.

Check this out in System Monitor: System/Administration/System Monitor. In the next screenshot you can see my google chrome demanding 122 MiB of the physical memory.

enter image description here

Who knows? you try it and let's see what happen. The more information you gather, the easier to find the solution.

Good luck!

Solution 2:

I am afraid, what you are facing is typical of Linux systems, and linux itself is not to blame for this. I would try to answer this one-by-one.

  1. Firefox scrolling has always been slow on linux to start with. Things have gotten better with firefox 4, but its still slow compared to chrome or opera. You can try installing the " yet another smooth scrolling extension" for firefox. This will improve performance. The Link is given below https://addons.mozilla.org/en-US/firefox/addon/yet-another-smooth-scrolling/

  2. Java is notoriously slow on many systems. Even on windows, where it is heavily optimised, performance is dismal. 64 bit java is very messy.

  3. Yes the comparison is very much unfair, as you are running a pure windows game using an emulator. I am sure running a native linux game with a proprietary driver will give a good result.

For measuring system performance, Try the phoronix test suite, which is choc full of tools for benchmarking.