Displaying 20 results from an estimated 171 matches for "200k".
Did you mean:
2005
2010 Nov 11
8
zpool import panics
...1 16K 16K 4.50K 16K 100.00 packed nvlist
21 3 16K 16K 60.0K 32K 100.00 bplist
(Z=uncompressed)
22 2 16K 128K 21.1M 32M 100.00 SPA history
23 1 16K 512 3.00K 1K 100.00 object array
24 2 16K 4K 200K 132K 100.00 SPA space map
25 2 16K 4K 200K 132K 100.00 SPA space map
26 2 16K 4K 200K 132K 100.00 SPA space map
27 2 16K 4K 200K 132K 100.00 SPA space map
28 1 16K 512 3.00K 1K 100.00 object arra...
2007 Aug 02
3
ioemu/xenfb
...rrently not included in the main
utils package: ioemu, xenfb. ioemu is currently shipped in its own
package, xenfb is not shipped at all.
Should we fold them into the main utils package for simplicity?
ioemu adds 300k to the package and 4300k in one dependency
(libsdl1.2debian). xenfb adds another 200k to the package and 200k in
one dependency (libjpeg62).
Bastian
--
Schshschshchsch.
-- The Gorn, "Arena", stardate 3046.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital sig...
2003 Jun 03
2
Problem with HTTP traffic (very slow)
I have two machines running 4.8-RELEASE ... both sitting on the same
switch, same hardware, same everything really.
One gets 200k/s using wget / curl / w3m to a http address the other gets
6k/s to the same address. On the slow http machine I get 200k/s via scp
or ftp to the same address it's just web traffic that is slow (note web
traffic to all other locations is 4 - 6k/s as well). I've recompiled
curl, w3m, wget and...
2003 Feb 02
0
question about ingress police
...NDEV -s 172.16.40.3 -m 1
iptables -A input -i $INDEV -s 172.16.40.5 -m 2
# install the ingress qdisc on the ingress interface
$TC qdisc add dev $INDEV handle ffff: ingress
# police for video traffic
$TC filter add dev $INDEV parent ffff: protocol ip prio 50 handle 1 fw \
police rate 4Mbit burst 200k drop flowid :1
######################## Egress side ########################
# attach a dsmarker
$TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
#EF
$TC class change $EGDEV classid 1:1 dsmark mask 0x3 \
value 0xb8
#BE
$TC class change $EGDEV classid 1:2 dsmark mask 0x3 \...
2011 Jul 18
3
Performance with 200k messages in Maildir
What should I expect performance-wise if I put 200000 messages in a
Maildir store and use two or three MUAs (mutt and Thunderbird), on an
Athlon dual core 2GHz with SATA drives in software RAID (Linux)?
Like; would it be useless/crawling, usable or pretty fast. I imagine MUA
startup / first time folder read would be slow, but daily use more or
less ok.
Thanks to Dovecot's indexing, I imagine
2020 Feb 04
3
Switching from lokkit (iptables) to firewalld
Hi All,
Over the last 20 some years I have a file with about 200K worth of address
that have "wrongly" tried to connect to my boxes running centos. So the
file has one line per address or group of addresses like:
2.244.112.0/24
So using the OLD iptables I would run through my file build the
iptables.txt file and start that with DROP for the IP address...
2009 Apr 14
2
any other fast method for median calculation
Hi there,
I got a data frame with more than 200k columns. How could I get median of each column fast? mapply is the fastest function I know for that, it's not yet satisfied though.
It seems function "median" in R calculates median by "sort" and "mean". I am wondering if there is another function with better alg...
2007 May 23
3
Testing for 1.2beta2
> I have compiled the sample sampleenc.c w/o any errors. then I tried to
> compress a sound file which is in WAV and RAW format but the file size is from
> 200K to 80byte. I think there is somehing wrong but no idea why will be like
> that. any idea?
>
> I used
> 1. sampleenc test.wav > test.spx
> 2. sampleenc test.raw > test.spx
No wonder it's not very big, sampleenc reads from stdin. BTW, the output
of sampleenc is not what...
2020 Feb 04
2
Switching from lokkit (iptables) to firewalld
On Tue, 4 Feb 2020 at 05:37, Pete Biggs <pete at biggs.org.uk> wrote:
> On Mon, 2020-02-03 at 19:04 -0500, Jerry Geis wrote:
> > Hi All,
> >
> > Over the last 20 some years I have a file with about 200K worth of
> address
> > that have "wrongly" tried to connect to my boxes running centos. So the
> > file has one line per address or group of addresses like:
> > 2.244.112.0/24
> >
> > So using the OLD iptables I would run through my file build the
> &g...
2012 May 08
4
Axes value format
Hi all,
I have some graphs where the values on the X and Y axes are by default
in exponent form like 2e+05 or 1.0e+07. Is it possible to make them in
a more readable form like 10M for 1.0e+07 or 200K for 2e+05?
Thanks and Regards,
- vihan
2008 Dec 12
1
Avoiding multiple outputs using RODBC package
...e think of a way to address these problems? The only thing I can
think of so far is to run an sqlQuery to get a table of all the variable
combinations that are saved at the start, and then simply avoid computing
and re-outputing those results. However, my results database table
currently has over 200K rows (and will grow very quickly as I keep going
with this project), so I think that would not be the most expeditious answer
as I think just the SQL query to download 200K rows x 10+ columns is going
to be time consuming in and of itself.
I know this is kindof a weird problem, and am open to all...
2012 Mar 14
3
Needing a better solution to a lookup problem.
...3 2 430 630
4 2 650 675
5 2 810 850
6 X 1090 1111
The result I need would look like
Res
CHR POS DAT
1 295 1
2 670 3
X 1100 5
I have a solution that works reasonably well on small sets, but my current data set is ~100K snp entries, and my regions table has ~200K entries. I have ~1500 files to go through
I haven't found a good way to efficiently solve this problem. I've tried various versions of mapply/lapply, for loops, etc which get the answer for small sets but takes hours (per file) on my real data. Bioconductor seemed like the obvious place...
2006 Jul 27
2
How to accelerate the page''s display?
Hi,I am working on a web application to be deployed soon,this web
application has adopted plenty of ajax characteristics,which means a lot
of javascripts have been included,which reach a sum of about 200k bytes
of all.Therefore,at first time when the web application is loaded,the
users will have to wait for a long time which is not friendly, Is there
exist any scheme to accelerate the page''s display?For example,is it able
to display partof the page layout first with the javascripts are...
2017 Oct 26
2
haproxy ssl support
...n environment.
--- haproxy.cfg
frontend pop3
bind [::]:110 v4v6
bind [::]:995 v4v6 ssl crt /etc/pki/tls/private/haproxy.pem
mode tcp
default_backend pop3
backend pop3
mode tcp
balance leastconn
stick store-request src
stick-table type ip size 200k expire 30m
timeout connect 5000
timeout server 50000
server proxy1 [2001:db8::11]:10110 send-proxy-v2-ssl
server proxy2 [2001:db8::22]:10110 send-proxy-v2-ssl
---
--- dovecot.conf
haproxy_trusted_networks = [2001:db8::]/64
service pop3-login {
inet_listener pop3_haproxy {...
2007 May 23
2
Testing for 1.2beta2
...t; Alex
>
>
> Quoting Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>:
>
> > > I have compiled the sample sampleenc.c w/o any errors. then I tried to
> > > compress a sound file which is in WAV and RAW format but the file size is
> > from
> > > 200K to 80byte. I think there is somehing wrong but no idea why will be
> > like
> > > that. any idea?
> > >
> > > I used
> > > 1. sampleenc test.wav > test.spx
> > > 2. sampleenc test.raw > test.spx
> >
> > No wonder it's not...
2008 Jun 21
2
Scatter plot transparency
...d PNG and TIFF, but it does not seems to have transparency that is
recognized by Illustrator (or Photoshop for that matter).
EMF (meta data file) on the other hand is very good. The only problem is
that every dot on the plot becomes a vector, which slows the program down
considerably (I have about 200k dots on a graph).
So, is there a good way to import these plot in as picture so I can use them
as layer for Illustrator (Photoshop would be fine too).
Thank you all.
--
Regards,
Anh Tran
[[alternative HTML version deleted]]
2007 Jan 19
3
Are these numbers resonsable?
I have only one box[1] running 3 sub-systems[2] at my system, are these
numbers resonsable[3]??
[1] - From dmesg (FreeBSD 6.1-RELEASE):
AMD Sempron(tm) Processor 3000+ (1808.33-MHz K8-class CPU)
real memory = 2080309248 (1983 MB)
avail memory = 1997869056 (1905 MB)
ad0: 76350MB <SAMSUNG SP0802N TK200-04> at ata0-master UDMA33
[2] The sub-systems are:
1 - A server giving adreesses of
2003 Aug 12
1
Certification (was RE: realpath(3) et al)
...spent on development. Has the team
> > discussed this?
>
> Yes, evaluation is massively expensive. Why ?
>
> Because you have to pay someone (at consultant rates) to do
> the
> evaluation. A single firewall product, in Australia, can
> expect
> a cost of between $200k and $400k, I'm told. Now put that in
> perspective of size vs an entire operating system, including
> larger project overheads, etc, and the number swells
> dramatically.
> Oh, those numbers are in Australian Dollars.
>
> Darren
=====
--------------------------------------...
2012 Jan 05
4
automatic SI prefixes as ticklabels on axis
i want to plot values with frequency on a logarithmic x axis.
similar to this example that i found in the web:
http://www.usspeaker.com/jensen%20p15n-graph.gif
I would like to convert long numbers to si prefix notation
like in the example
(200000 to 200k, 35000000 to 3.5 M)
Of course i could create labels by hand, but
i have many files so i need some automatic function.
Has anyone done that in R?
Kind regards and thank you for your help,
--
Jonas Stein <news at jonasstein.de>
2007 Mar 05
4
Identifying points in a plot that have duplicate values
...ally display if points are duplicated
and by how many times?
I thought if I 'jittered' the points ever so slightly I could get an
idea of how many duplicates there are but with >100 points the graph
looks very messy.
Regards
DaveL
Click for free info on getting an MBA and make $200K/ year
Need cash? Click to get a payday loan
<http://tagline.bidsystem.com/fc/CAaCDCZ60nyjrrOboFeUJgRjigwgNftK/>
<span id=m2wTl><p><font face="Arial, Helvetica, sans-serif" size="2" style="font-size:13.5px">_______________________________...