1 | <?php |
||
19 | class SetPerSecond extends AbstractAnalyzer |
||
20 | { |
||
21 | |||
22 | /** |
||
23 | * Get the given KPI |
||
24 | * |
||
25 | * @param Cache $cache |
||
26 | * |
||
27 | * @return mixed |
||
28 | * @throws \HDNET\CacheCheck\Exception |
||
29 | */ |
||
30 | public function getKpi(Cache $cache) |
||
40 | |||
41 | /** |
||
42 | * Format the given KPI |
||
43 | * |
||
44 | * @param mixed $kpi |
||
45 | * |
||
46 | * @return string |
||
47 | */ |
||
48 | public function getFormat($kpi) |
||
52 | } |
||
53 |