0 %

CPU Usage

0 gb

Memory Usage of

0.0%

Downtime Ratio

0

Issues Found

4

Jumlah Key

3

Active Key

4

Expired Key

97.5k

Total Request Key

Today Request

Week Request

// realtime htop // get_htop(); // function get_htop() { // $.ajax({ // // url: "{ url 'cek_htop' %}", // dataType: "json", // success: function (data) { // $('#cpu_percent').text(data.cpu_percent + ' %'); // $('#ram_percent').text(data.ram_percent + ' %'); // $('#total_ram').text('Ram usage of tatal ' + data.total_ram + ' gb'); // } // }); // setTimeout(get_htop, 2000); // }