mirror of
https://github.com/ntop/ntopng.git
synced 2026-08-02 19:54:58 +00:00
12 lines
432 B
HTML
12 lines
432 B
HTML
<h4>Top Flow Talkers: Live</h4>
|
|
<div class="pie-chart" id="topSenders"></div>
|
|
<span class="help-block" style="color: #dddddd;">Click on the host for more information.</span>
|
|
<script type='text/javascript'>
|
|
|
|
window.onload=function() {
|
|
var refresh = 3000 /* ms */;
|
|
|
|
do_pie("#topSenders", '@HTTP_PREFIX@/lua/get_top_realtime.lua?module=top_talkers', { senders_receivers : "senders" }, "", refresh);
|
|
}
|
|
|
|
</script>
|