- property string[] $Query
- property float $Lock_time
- property float $Query_time
- property int $Bytes_sent
- property int $Id
- property int $Merge_passes
- property int $Rows_affected
- property int $Rows_examined
- property int $Rows_sent
- property int $Session
- property int $Thread_id
- property int $Tmp_disk_tables
- property int $Tmp_table_sizes
- property int $Tmp_tables
- property string $explain
- property string $Filesort
- property string $Filesort_on_disk
- property string $Full_join
- property string $Full_scan
- property string $Host
- property string $Priority_queue
- property string $QC_hit
- property string $Schema
- property string $Time
- property string $Tmp_table
- property string $Tmp_table_on_disk
- property string $User
CloneableInstantiable
Methods |
public __construct(array $parameters = [])
|
public setFromLine(string $line) : self Parse a line from the log file into fields (label before :) Additional fields can easily be added if they follow the same format. Just add an entry to the fields table a above to support a new field.
|
Properties |
Properties |
private array $parameters = []
|