You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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.

  • No labels