Displaying 20 results from an estimated 500 matches similar to: "how to identify huge downloads ?"
2015 Dec 15
2
How to efficiently share data (a dataframe) between R and Java
Dear all,
thank you for your hints. I would prefer to do not use Rserve as Dirk
mentioned.
@Simon
I have full control over the Java implementation - I can adapt the code
that I use for the communication R <-> Java.
> You can natively access structures on each side. The fastest way is to
> use R representation (column-oriented) in Java - that is much faster
> than any kind of
2015 Dec 06
3
How to efficiently share data (a dataframe) between R and Java
Dear all,
in our ongoing project we use Java implementations of several
algorithms. We also provide a ?wrapper? implemented as an R package
using rJava (https://github.com/jaroslav-kuchar/rCBA). Based on our
recent experiments, the significant portion of time is spent on copying
a dataframe from R to Java. The Java implementation needs access to the
source dataframe.
I have tested several
2006 Nov 14
2
OT: What netflow tool do you recommends me?
Hi all,
I need to setup a netflow reporting tool under CentOS server to collect
traffic data from several firewalls. What netflow tool do you recommends me?
Of course, Open source.
Many thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20061114/b862b4c1/attachment-0002.html>
2011 Apr 03
2
Puppetmaster behind ssh with remote port forward
Hi Folks,
I''m trying to setup a test envoriment which is composed by a
puppetmaster running in my laptop (Macos Snow Leopard) and a puppet
client running on a EC2 instance at Amazon. In order to allow the
client to talk with the master I''m using an SSH Remote port forward,
ie I login into from the laptop into the EC2 instance witha "-R
8140:localhost:8140" flag.
This
2008 Jan 10
5
Want to log all ISP traffic to ULOG
I want to use fprobe-ulog (http://fprobe.sourceforge.net/) to generate
NetFlow information about traffic going through my router. The question
is how to get the logging rules added to the appropriate chains (I''m
assuming eth2_in and eth2_out in my case)? I''m using the perl version
of shorewall 4.0.6.
--
Orion Poplawski
Technical Manager 303-415-9701
2011 Oct 24
1
How to collect the VM bandwidth usage utilization
Hi Guy,
I am trying to figure out how & where can i get the bandwidth usage
utilization statistic info for all the VM, so in the end i will be able to
use it for metering purpose..
Anyone got any idea ?
Regards,
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Apr 12
1
Solving ODEs
Hello.
I'm solving ODEs in R. I need "as many methods as possible",
so I downloaded the Fortran functions from http://www.netlib.org/ode/.
Then I created DLLs and dyn.loaded them to R. Problem is that
I don't know how to use them. I've been trying for many days
and can't solve it. So I would be very glad if you could give me
some link (or whatever) where I can see how to
2009 Feb 24
3
cisco netflow analyzer?
Pp
------Original Message------
From: nate
Sender: centos-bounces at centos.org
To: CentOS Mailing list
ReplyTo: CentOS Mailing list
Sent: Feb 23, 2009 8:13 PM
Subject: Re: [CentOS] cisco netflow analyzer?
Robinson Tiemuqinke wrote:
> Anyone knows any Cisco netflow analyzer that could run on Linux/Windows? I
> know that cisco ASDM works at somewhat level but too rough...
>
> For
2005 May 26
3
can't locate /etc/ini.d/mysqld file!
List, I installed my server and I want to start Mysql, but I can not find the file /etc/ini.d/mysqld ..
[root at netflow ntop]# rpm -qa|grep mysql
mysqlclient10-3.23.58-4.RHEL4.1
libdbi-dbd-mysql-0.6.5-10.RHEL4.1
mysql-4.1.10a-1.RHEL4.1
mysql-devel-4.1.10a-1.RHEL4.1
Am I missing some mysql rpm from Cds?
regards.
israel
-------------- next part --------------
A non-text attachment was
2012 Oct 15
2
[LLVMdev] Alternate instruction encoding for subtargets
Hello,
I have a compiler in LLVM 2.9 for the KCPM3 processor. I'd like to
create a subtarget for the new cpu version called KCPSM6. Besides a
couple of new instructions which are not important at the moment, the
KCPSM6 cpu has different instruction opcodes. Semantically the
instructions are the same, hence I'd like to keep all the lowering and
pattern matching stuff unmodified
For
2004 Nov 22
2
realtime trafic monitor
ok .. a use iptraf, but iptraf show my evry connection from computerX:
84.135.15.81:4899 > 163 7940 --A- eth0 ?
82.77.210.7:3475 > 212 323323 -PA- eth0 ?
62.231.96.133:80
2013 Feb 09
5
FreeBSD DDoS protection
Hi,
I have a router running BGP and OSPF (bird) on FreeBSD.
Are there any best practises one can take in order to protect the network from DDoS attacks.
I know this isn't easy. But I would like to secure my network as much as possible.
Even if I'am not able to prevent or block a ddos I would like to get some info (snmp trap parhaps) regarding the attack.
Then I can contact my ISP or
2004 Jun 22
6
Linux choices ?
First of all, My apologies for this maybe slight OT post, but I have
so much confidence and read so much good replies on this list, that I
am still asking my question.
I''m looking for a linux distribution to use on our school''s homemade
routers. The routers are small miniITX based systems with 2 network
interfaces. I added a 4 port D-Link network card in some cases, when I
2009 Mar 25
5
looking for some advice to monitor network usage in office
Hi all,
I've been asked by a college to setup a monitor to monitor a Windows
network, but on internet usage. They want to have detailed usage, i.e.
on a per IP / PC basis, and if possible to get stats for every
protocol, and see over a period of time what goes on.
My first though wat ntop, which does all of this, but it doesn't save
the data in a DB, so if the server reboots the stats
2012 Sep 26
1
[LLVMdev] Add --program-prefix support with AC_CANONICAL_TARGET override.
Adding --program-prefix support to the autoconf build has been an adventure.
A patch was applied. It worked on the usual llvm bots, but failed on
other bots with different configure options.
The patch was reverted as it broke on bots specifying --build, --host,
and --target in configure.
An option is proposed here to change the behavior of program-prefix to
it's normal behavior when
2009 Dec 06
1
netflow colelction and analysis
Anyone got a reco on a package that can collect netflow data and accept user defined queries
for specific data, like what an ip did every hour for some said interval?
Thanks!
jlc
2012 Aug 28
2
NTOP alternatives?
Hi all.
I have currently a task to implement a network traffic analyzer. Some years
ago I've used NTOP for that purpose, I would also like to test some
alternatives.
Which alternatives can you recommend and why?
Thanks ;)
Best regards,
Rafa? Radecki.
2005 Mar 03
1
Blacklists.
Hi everybody,
We are trying to develop a new blacklist application using Perl and AGI, in order to cut the users that call more than a number of minutes. We want that this blacklist application will be transparent for the real application, so the application don't have to do anything else.
In the extension.conf we are using the next configuration:
exten =>_number,1,AGI,blacklist_in.agi
2005 Mar 07
1
Exec AGI after hangup.
Hi everybody,
I'm trying to implement a enhanced blacklist system using AGI and Perl, configuration in extension.conf is:
exten =>_numbera,1,AGI,blacklist_2_in.agi
exten =>_numbera,2,Answer
exten =>_numbera,3,AGI,xisco_1.agi
exten =>_numbera,4,AGI,blacklist_2_out.agi
The problem that I have now, is that blacklist_2_out.agi doesn't execute. I think this is because in
2012 Jan 13
3
Measuring domU traffic with vnstat
Hi Guys
I''m trying to measure the traffic of domUs using vnstat without luck.
My configuration:
Debian 6.0.3
xen 4.0.1
vnstat 1.11
I''m using bonding with two network cards.
auto bond0
iface bond0 inet manual
slaves eth0 eth1
bond-mode active-backup
bond-miimon 100
bond-updelay 200
bond-downdelay 200
bond-primary eth0
auto br0
iface br0 inet static