statshow ist ein einfacher API-Überwachungsserver, der vom Statistiküberwachungsprojekt verwendet wird
require dirname ( __FILE__ ). ' /vendor/autoload.php ' ;
$ server = new statshow StatShow ( ' 0.0.0.0 ' , 8081 );
$ server -> start ();
Highcharts-Kartenanzeige
Ein relativ einfach zu verwendender Datenabruf von Drittanbietern
https://cloud.tencent.com/document/product/614/47044
https://cloud.tencent.com/document/product/614/56447 https://cloud.tencent.com/document/product/614/47044
|. Wählen Sie uri,histogram (cast ( TIMESTAMP as timestamp),interval 1 minute) as analytic_time, count (*) as log_count group by uri order by analytic_time limit 1000
|. Wählen Sie uri, count (*) als log_count-Gruppe nach uri order by log_count desc limit 1000
|. select remote_addr, count (*) as log_count group by remote_addr order by log_count desc limit 1000
|. select remote_addr,ip_to_city(remote_addr),uri, count (*) as log_count group by remote_addr,uri order by log_count desc
|. Wählen Sie uri,remote_addr,count (*) als log_count-Gruppe nach uri,remote_addr, Reihenfolge nach log_count desc