@return true if this machine is running some version of Linux
()
| 45 | * @return true if this machine is running some version of Linux |
| 46 | */ |
| 47 | public static boolean isLinux() |
| 48 | { |
| 49 | return OS_String.contains("Lin"); |
| 50 | } |
| 51 | |
| 52 | /** |
| 53 | * Contains the per core L2 Cache size. The value returned will be '0' if there was an error obtaining the size |