mirror of
https://github.com/manuelkasper/AS-Stats.git
synced 2025-02-20 11:44:12 +08:00
Update AS info and bump version
* fix resetting number of hours to 24 when changing number of AS
This commit is contained in:
parent
586834f7df
commit
5ed451d03f
@ -1,4 +1,4 @@
|
||||
## post 1.5
|
||||
## 1.6
|
||||
|
||||
* Added support for multiple links on one ifIndex, based on VLANs. Only
|
||||
sFlow, Netflow v9 and v10 (IPFIX) support this. Obviously your router
|
||||
|
@ -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
|
||||
|
17075
www/asinfo.txt
17075
www/asinfo.txt
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,5 @@
|
||||
<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): ?>
|
||||
Outbound traffic: positive / Inbound traffic: negative
|
||||
<?php else: ?>
|
||||
|
@ -47,6 +47,7 @@ $end = time();
|
||||
<form action="" method="get">
|
||||
Number of AS:
|
||||
<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" />
|
||||
<?php include('headermenu.inc'); ?>
|
||||
</form>
|
||||
|
Loading…
x
Reference in New Issue
Block a user