Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Yes. up.time uses a series of different background applications, all of which are multi-threaded.

...



Apache: the up.time apache engine spawns several instances, each of which will run on separate CPUs, if available.

...



MySQL: the up.time MySQL engine spawns a single process that will run multiple queries across as many CPUs as possible. At times the MySQL threading may need tuning via the concurrent_threads MySQL system variable. Generally 2 concurrent threads per CPU core is recommended.

...



Java: the up.time data collector is Java-based. Java is inherently multi-threaded so up.time service monitors and other tasks will be spread across many CPUs.