@extends('poller.index')
@section('title', __('Poller Performance'))
@section('content')
@parent
Total Poller Time
'global_poller_perf',
'legend' => 'yes', 'height' => 100], true); ?>
Total Poller Time Per Module
'global_poller_modules_perf',
'legend' => 'yes', 'height' => 100], true); ?>
@endsection