Displaying 2 results from an estimated 2 matches for "bps1".
Did you mean:
bps
2007 Aug 29
1
Plot command drops part of the plot for large plots in multiple figure environment
...that will allow me to get those 6
graphs
in one single plot without thinning the data?
The circumstances of the problem are:
The data I am plotting consists of 4 dataframes and 4 strings:
d1 - d4 are dataframes of dimension 308160 x 21 that contain a column
named "det_ok_num".
BPS1 - BPS4 are strings
I'm running R 1.51 under Windows XP and I have 2 Gb of core memory, 800
Mb free, and 5 Gb swappable.
All variables are in memory; the total amount of memory used by the Rgui
process is slightly less than 400Mb.
The plot command I use is
Fplot6_Det_OK (d1, d2, d3, d4, d...
2011 Apr 02
2
[Bug 712] New: iptables-save does not save correcly rateest bps parameter
...ReportedBy: emiliolazozaia at gmail.com
Estimated Hours: 0.0
I have found something that may be a bug in iptables-save or in kernel
'rateest' code.
If I do:
# iptables -t mangle -A Balance -m conntrack --ctstate NEW -m rateest
--rateest1 wan1meter --rateest-bps 1000kbit --rateest-bps1 1000kbit
--rateest-gt --rateest2 wan2meter --rateest-delta -j CONNMARK --set-mark 1
its the corresponding line in iptables -L is:
CONNMARK all -- anywhere anywhere ctstate NEW
rateest match wan1meter delta bps 1000Kbit gt wan2meter delta bps 1000Kbit
CONNMARK set 0x1
s...