High-Performance Benchmarks

Compiled natively with zero-bloat abstractions to ensure your virtual private servers run at peak efficiency.

CPU Load (500 req/sec)

System processor utilization percentage under a concurrent traffic load test.

jiocp 1.2 %
aaPanel 8.4 %
CyberPanel 14.2 %
cPanel (WHM) 24.0 %

VirtualHost Compile Latency

Time (in ms) to compile and restart Nginx configs upon site changes.

jiocp 0.8 ms
aaPanel 45.0 ms
CyberPanel 92.0 ms
cPanel (WHM) 100.0 ms

System Idle Memory usage

Average RAM footprint required for panel daemons on a clean setup.

jiocp 84 MB
aaPanel 312 MB
CyberPanel 480 MB
cPanel (WHM) 670 MB

Installation Time

Duration (in seconds) to complete compiling and setup on a clean node.

jiocp 85 s
aaPanel 280 s
CyberPanel 420 s
cPanel (WHM) 600 s

How we achieved this speed

Compiled Native Rust core

Instead of running continuous heavy Python virtual environments, jiocp is written in Rust and compiled directly to a native system binary. It runs with zero interpreter startup lag.

No database locks

Legacy panels use heavy relational databases to duplicate the OS configurations state. jiocp reads and writes configuration files directly to the filesystem, eliminating SQL locks.

Event-driven loop (epoll)

No continuous polling jobs eating CPU time. jiocp uses event-driven epoll callbacks to handle service checks only when system resource notifications fire.