Commit Graph

22 Commits

Author SHA1 Message Date
Jordi Sanfeliu 421f020bba converted a list of graphs to CSS #306 2020-11-20 09:15:58 +01:00
Jordi Sanfeliu 2fff79df2a added support for older versions of 'ss' in 'netstat.pm' #271 2020-02-27 10:07:26 +01:00
Jordi Sanfeliu cf3cd9e9a7 closing 3.12.0 2020-02-21 10:36:35 +01:00
Jordi Sanfeliu 9222110497 fixed to use --resolution instead of its synonym -r to avoid problems with newer versions of RRDtool. #263 2019-11-22 08:46:02 +01:00
Jordi Sanfeliu 98ef89190b added the new option 'rrdtool_extra_options' to be able to include RRDtool extra options on every graph 2019-05-08 12:54:03 +02:00
Jordi Sanfeliu a03a70d3ef closing 3.11.0 2019-03-14 15:41:20 +01:00
Jordi Sanfeliu 207c595924 corrected two labels. #196 2019-03-07 09:32:48 +01:00
Jordi Sanfeliu 4174fea546 Introduced the option 'cmd' in 'netstat.pm'
From now on the user will have the opportunity to select which
command will use to gather the network status statistics. The
new option 'cmd' supports two values 'netstat' or 'ss', being
the later the value by default.

If the 'cmd' option is not defined, then the command line used
will be 'ss', that's because in newer Linux systems it looks like
the command 'netstat' is being deprecated.

In older Linux systems people will be forced to use the 'netstat'
command because, early 'ss' versions doesn't contain the protocol
column in its output, which breaks the regexp used to extract the
the values. #196
2019-03-07 09:14:13 +01:00
Jordi Sanfeliu 5459bca836 removed the -H parameter from the 'ss' commands in order improve compatibility accross different Linux distributions. #196 2018-01-22 17:42:10 +01:00
Alexander Lebedev 5e4bbc494e use 'ss' if available in Linux instead of 'netstat' 2018-01-21 20:53:47 +03:00
Jordi Sanfeliu ff6a0bb4a7 redirect all the output into an array to support parallelizing in 'netstat.pm' 2017-08-03 10:40:49 +02:00
Jordi Sanfeliu ea9fd4958b added the new configuration option 'image_format' #132 2016-01-25 18:35:30 +01:00
Jordi Sanfeliu b55f7e449a comestic changes 2015-02-12 16:27:03 +01:00
Jordi Sanfeliu 24b0c0ccd6 remove 'no strict 'refs' 2015-01-19 19:42:06 +01:00
Jordi Sanfeliu 320c8485b3 Zoomed graphs in 'netstat.pm' now honour the 'global_zoom' option, and they also use the function RRDs::graphv to fit better in the browser pop up window (only for RRDtool v1.3+) 2014-12-30 18:22:24 +01:00
Jordi Sanfeliu 705b966315 fixes #66 2014-10-08 15:03:34 +02:00
Jordi Sanfeliu 4fd21c3cb4 fixes #66 2014-09-23 18:46:49 +02:00
Jordi Sanfeliu f40817b7f1 added new 'limit' functionality to 'netstat' graph 2014-06-18 11:15:17 +02:00
Jordi Sanfeliu 8caf9e1f45 add support for FreeBSD 2014-02-21 10:11:48 +01:00
Jordi Sanfeliu d201eaa553 fixed the use of uninitialized values in the text interface 2014-02-19 11:45:05 +01:00
Jordi Sanfeliu 6eaa115816 added support for text interface 2014-02-19 11:04:18 +01:00
Jordi Sanfeliu 84c20c5eb1 Added a complete statistical Netstat graph 2014-02-19 10:43:51 +01:00