search for: 700000

Displaying 20 results from an estimated 38 matches for "700000".

Did you mean: 000000
2005 Sep 16
5
ddi_pathname
Hello, I can see that there is an implementation/emulation of ddi_pathname in DTrace, but I''m a bit confused about the capabilities and invocation of this function. I would like to diplay the path to the block device from bdev_strategy and other io:genunix::start probes. If someone is familiar with ddi_pathname, could you please provide an example invocation? Thanks, Michael This
2007 Jan 09
2
ZFS Hot Spare Behavior
I physically removed a disk (c3t8d0 used by ZFS ''pool01'') from a 3310 JBOD connected to a V210 running s10u3 (11/06) and ''zpool status'' reported this: # zpool status pool: pool01 state: DEGRADED status: One or more devices could not be opened. Sufficient replicas exist for the pool to continue functioning in a degraded state. action: Attach the
2000 Feb 11
1
astonishing memory phenomenon
...) free total (Mb) Ncells 61034 250000 4.8 Vcells 350955 786432 6.0 free total (Mb) Ncells 61036 250000 4.8 Vcells 700956 786432 6.0 which is using about 2.67 MB RAM for double numbers. Trying for 3.05 MB fails (well, rep() obviously needs twice the memory, x <- double(700000) works) > x <- rep(1, 400000); gc(); rm(x); gc() Error: heap memory (6144 Kb) exhausted [needed 3125 Kb more] See "help(Memory)" on how to increase the heap size. Now character data, gc() tells us, that we need half that much RAM as compared to double numbers. for empty cha...
2009 Mar 15
2
Testing for Inequality à la "select case"
...To | % of x | Minimum --------------------------------------------------------------- 0 | 20000 | 65 | 0 20000 | 100000 | 40 | 14000 100000 | 250000 | 30 | 40000 250000 | 700000 | 25 | 75000 700000 | 1000000 | 20 | 175000 1000000 | inf | -- | 250000 Once the interval is determined, the values in x are multiplied by the percentages applying to the range in the 3rd column. If the result is less...
2006 Oct 26
2
experiences with zpool errors and glm flipouts
...ol, and copied the data from UFS slice to zpool. Then I tried to attach the UFS slice to the zpool, in order to form a mirror. The resilver kicked off but eventually ground my machine to a halt (the last I saw was 77% completed), and I was getting a ton of these errors: scsi: WARNING: /pci at 1d,700000/scsi at 4 (glm0): Resetting scsi bus, got incorrect phase from (1,0) genunix: NOTICE: glm0: fault detected in device; service still available genunix: NOTICE: glm0: Resetting scsi bus, got incorrect phase from (1,0) scsi: WARNING: /pci at 1d,700000/scsi at 4 (glm0): got SCSI bus res...
2007 Jul 05
1
ZFS on CLARiiON SAN Hardware?
...======================================= ====== ---------------- Host --------------- - Stor - -- I/O Path - -- Stats --- ### HW Path I/O Paths Interf. Mode State Q-IOs Errors ======================================================================== ====== 3073 pci at 1f,700000/pci at 0/SUNW,emlxs at 2/fp at 0,0 c2t500601601020813Ed0s0 SP A0 active alive 0 0 3073 pci at 1f,700000/pci at 0/SUNW,emlxs at 2/fp at 0,0 c2t500601681020813Ed0s0 SP B0 active alive 0 0 bash-3.00# zpool create dbtank01 emcpower0a internal error: Invalid argument Abort...
2007 Jul 13
28
ZFS and powerpath
How much fun can you have with a simple thing like powerpath? Here''s the story: I have a (remote) system with access to a couple of EMC LUNs. Originally, I set it up with mpxio and created a simple zpool containing the two LUNs. It''s now been reconfigured to use powerpath instead of mpxio. My problem is that I can''t import the pool. I get: pool: ###### id:
2007 Mar 01
1
matrices dimensions limitation
Hello, I have several questions around matrices size limitation: can i create a matrix with 700000 rows? does it depends on the number of columns? if so can Is there a way to ask to R, given the number of columns, the max number of rows I can have? I need in fact to do regression prediction on a huge matrix (700000x1000)ca. ... I will probably have to decompose it on several matrices...
2004 May 05
3
Simple HTB setup with tcng
Hello all, I am trying to set up a simple htb based system, where packets with source ip 10.0.0.1 should have their own class. I plan to use tcng to set it up easier. Is there something wrong in my tcng file ? ~/tcng$ cat htb /* */ #include "fields.tc" #include "ports.tc" dev eth0 { htb ( ) { class ( rate 600kbps, ceil 600kbps ) {
2006 May 30
2
average by group...
I have a dataframe with 700,000 rows and 2 vectors (columns): ?group? and ?score?. I wish to calculate a third vector of length 700000: the average score by group. Even though the avarge value will repeat, I wish to return the average for that particular group for each row. (I know I can do this by calculating each group?s average and then using the merge command, but as my calculations get more complex and my data set gets larg...
2008 Aug 12
2
ZFS, SATA, LSI and stability
After having massive problems with a supermicro X7DBE box using AOC-SAT2-MV8 Marvell controllers and opensolaris snv79 (same as described here: http://sunsolve.sun.com/search/document.do?assetkey=1-66-233341-1) we just start over using new hardware and opensolaris 2008.05 upgraded to snv94. We used again a supermicro X7DBE but now with two LSI SAS3081E SAS controllers. And guess what? Now we get
2005 Apr 15
2
aggregate slow with variables of type 'dates' - how to solve
...slower for the variables of type 'dates'. The difference gets bigger the larger the 'id' var is - but see this sample code: dts <- dates(c("02/27/92", "02/27/92", "01/14/92", "02/28/92", "02/01/92")) ntimes <- 700000 dts <- data.frame(rep(c(1:40), ntimes/8), chron(rep(dts, ntimes), format = c(dates = "m/d/y")), rep(c(0.123, 0.245, 0.423, 0.634, 0.256), ntimes)) names(dts) <- c("id", "date", "tbs") date() dat.1st <- aggregate...
2009 Mar 16
1
Scatterplot
Hello, I am having a dataset in which the values range from 0 - 700000. When I tried to plot a scatterplot using following command plot(x,y) I got the plot where the x-axis and y-axis were displayed as 0e+00, 1e+05, 2e+05, ....... I saw the dataset, but there is no erroneous value. Can anybody guide me on this? Thanks, Shreyasee [[alternative HTML version delete...
2010 Nov 11
0
bootstrap/boot unknown distribution
Hi, this is a question about bootstrapping, it relates more to the concept than to the R package boot. But I wonder below if boot can help me. I have the below to calculate a certain point estimate: estimate= (0.9 * 0.03 * 700000 * (((77 * (76 / 76.0)) / 83107) - ((174 * (154 / 154.0)) / 376354))) = 8.77311 Now I want to calculate confidence intervals around that estimate so I thought that since some are binomial proportions I would use random binomial estimates around those within the formula such as to have: boot_data...
2012 Jul 11
0
read.xls question
...if it has something to do with the way that the cells are formatted, but I've checked the individual cell formats and they are all indeed the same. Another strange thing that happens is something like the following. Say you have the following cash flows: NA NA NA NA 16000 0 0 0 0 0 0 900000 700000 0 0 0 0 0 0 0 -2000000. It won't read anything until the 700000 and after. Finally, it actually looks like for ALL rows, the first few columns are being read in as NA even though some of them have values (while others are read in correctly as NA) Any help would be great! Thank you THIS...
2016 Apr 23
1
Plotting a large time series
I have a time series with many millions of points. Each point is of the form (time, value) but where the value is 0 there is no record - ie the data set is sparse. If I plot this using plot(myData) I get a correct plot going from time 0 to time 7x10e7. Given that there are many millions of points (it's not *that* sparse), this looks very busy. But if I attempt to plot this as a line -
2004 May 05
1
Re: [Fwd: Re: Simple HTB setup with tcng]
...> > cheers > > > > > > charles > > > > > > > > > /* > > > * tc next generation script by > > > * charles shick > > > */ > > > > > > #define LAN "eth0" > > > #define LAN_INGRESS 700000 > > > #define LAN_EGRESS 700000 > > > > > > dev LAN { > > > > > > # ingress { > > > # $policer = SLB( cir LAN_INGRESS kbps ); > > > # class ( <> ) if SLB_ok( $policer ); > > > # drop if 1; >...
2008 Mar 20
7
ZFS panics solaris while switching a volume to read-only
...ode: The system is attached to a Symmetrix, all zfs-io goes through Powerpath: I ran some io-intensive stuff on /tank/foo and switched the device into read-only mode at the same time (symrdf -g bar failover -establish). ZFS went ''bam'' and triggered a Panic: WARNING: /pci at 1f,700000/pci at 0/SUNW,emlxs at 2/fp at 0,0/ssd at w5006048452a4f797,e5 (ssd0): Error for Command: write(10) Error Level: Fatal Requested Block: 19062 Error Block: 19062 Vendor: EMC Serial Number: 900D5008U S...
2009 Feb 22
1
Can't get Splinter Cell Double Agent to run
...in splintercell4 (+0x4194d5) (0x003f92b4) 4 0xe0736863 (0x1101c760) 5 0x00000000 (0x10beb24c) 6 0xf18b5601 (0x042444f6) 7 0x00000000 (0x00000000) 0x10d3a303: cmpb $0x0,0x0(%ebx) Modules: Module Address Debug info Name (142 modules) PE 430000- 498000 Deferred window PE 4a0000- 700000 Deferred d3dx9_30 PE 700000- 1620000 Deferred engine PE 1620000- 166c000 Deferred dxt_stub PE 1670000- 189e000 Deferred daredsound3d_scr_rd PE 18a0000- 18ad000 Deferred dareext_gear_rd PE 18b0000- 194d000 Deferred gear_rd PE 1950000- 1963000 Deferred...
2012 Feb 08
1
Krad Cam Alpha Test Release
For those who want to test webm streaming. This is a super early test binary release, not super user friendly yet. Here is a link to the server with some streams: http://deimos.kradradio.com:8080/ To play with mplayer: mplayer -cache 2200 http://deimos.kradradio.com:8080/teststream18.webm To play in browser http://deimos.kradradio.com:8080/teststream18.webm To get the app and some