The performance of a Linux system may be measured by all sorts of different benchmarks:
- Kernel compilation performance.
- FPU performance.
- Integer math performance.
- Memory access performance.
- Disk I/O performance.
- Ethernet I/O performance.
- File I/O performance.
- Web server performance.
- Doom performance.
- Quake performance.
- X graphics performance.
- 3D rendering performance.
- SQL server performance.
- Real-time performance.
- Matrix performance.
- Vector performance.
- File server (NFS) performance.
Etc...
- Conclusion I: it's obvious that no single benchmark can provide results for all the above items.
- Conclusion II: you must first decide what you are trying to measure, then choose an appropriate benchmark (or write your own).
- Conclusion III: it's impossible to come up with a single figure (called Single Figure of Merit in benchmarking terminology) that will summarize the performance of a Linux system. Hence, no "Lhinuxstone" metric exists.
- Conclusion IV: benchmarking always takes more time than you thought it would.