Audiolog is a small tool for analyzing traces or logfiles in real time and producing sound events. It always reads line by line from standard input. In a configuration file, you configure regular expressions. If audiolog reads a line matching a certain expression, it plays a note. You can specify the pitch and duration of that note. This allows you to hear your network traffic.
| Tags | Monitoring Networking |
|---|---|
| Licenses | GPL |
| Operating Systems | POSIX Linux |
| Implementation | C++ |