mirror of
https://github.com/longsleep/realtimetraffic.git
synced 2024-11-16 08:48:33 +01:00
39 lines
1.2 KiB
Markdown
39 lines
1.2 KiB
Markdown
|
# Realtime Traffic
|
||
|
|
||
|
Realtime Traffic is a Linux realtime trafic monitoring tool, graphing rx and tx of a Linux network interface in realtime to any modern web browser supporting WebSockets and SVG, developed at [struktur AG](http://www.strukturag.com)
|
||
|
|
||
|
![Screenshot](docs/screen4.png "Example Screenshot")
|
||
|
|
||
|
## Getting Started
|
||
|
|
||
|
Startup the traffice server on a Linux machine of your choice.
|
||
|
|
||
|
```
|
||
|
python trafficserver/trafficserver.py
|
||
|
```
|
||
|
|
||
|
And open up the server's web page (http://yourserver:8088/).
|
||
|
|
||
|
See the usage information (--help) for options.
|
||
|
|
||
|
## Authors
|
||
|
|
||
|
This library was developed by Simon Eisenmann at [struktur AG](http://www.strukturag.com)
|
||
|
|
||
|
## License
|
||
|
|
||
|
Copyright (C) 2012 struktur AG
|
||
|
|
||
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||
|
you may not use this file except in compliance with the License.
|
||
|
You may obtain a copy of the License at
|
||
|
|
||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||
|
|
||
|
Unless required by applicable law or agreed to in writing, software
|
||
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||
|
See the License for the specific language governing permissions and
|
||
|
limitations under the License.
|
||
|
|