Update AS info and bump version

* fix resetting number of hours to 24 when changing number of AS
This commit is contained in:
Manuel Kasper 2014-09-12 14:20:25 +02:00
parent 586834f7df
commit 5ed451d03f
5 changed files with 12080 additions and 5202 deletions

View File

@ -1,4 +1,4 @@
## post 1.5 ## 1.6
* Added support for multiple links on one ifIndex, based on VLANs. Only * Added support for multiple links on one ifIndex, based on VLANs. Only
sFlow, Netflow v9 and v10 (IPFIX) support this. Obviously your router sFlow, Netflow v9 and v10 (IPFIX) support this. Obviously your router

View File

@ -1,4 +1,4 @@
AS-Stats v1.5 (2014-01-29) AS-Stats v1.6 (2014-09-12)
========================== ==========================
A simple tool to generate per-AS traffic graphs from NetFlow/sFlow records A simple tool to generate per-AS traffic graphs from NetFlow/sFlow records

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
<div id="footer"> <div id="footer">
AS-Stats v1.5 written by Manuel Kasper for Monzoon Networks AG.<br/> AS-Stats v1.6 written by Manuel Kasper for Monzoon Networks AG.<br/>
<?php if ($outispositive): ?> <?php if ($outispositive): ?>
Outbound traffic: positive / Inbound traffic: negative Outbound traffic: positive / Inbound traffic: negative
<?php else: ?> <?php else: ?>

View File

@ -47,6 +47,7 @@ $end = time();
<form action="" method="get"> <form action="" method="get">
Number of AS: Number of AS:
<input type="text" name="n" size="4" value="<?php echo $ntop; ?>" /> <input type="text" name="n" size="4" value="<?php echo $ntop; ?>" />
<input type="hidden" name="numhours" value="<?php echo $hours; ?>" />
<input type="submit" value="Go" style="margin-right: 2em" /> <input type="submit" value="Go" style="margin-right: 2em" />
<?php include('headermenu.inc'); ?> <?php include('headermenu.inc'); ?>
</form> </form>