search for: dvm

Displaying 20 results from an estimated 57 matches for "dvm".

Did you mean: dom
2006 Oct 11
5
Where is djvmti Agent?
What am I missing? [Download dvm.zip from https://solaris10-dtrace-vm-agents.dev.java.net/] [root at load0 /]$ mkdir /opt/dvm;cd /opt/dvm root at load0 dvm]$ unzip /home/jbuckley/dvm.zip [jbuckley at load0 ~]$ more /etc/release Solaris Nevada snv_45 SPARC Copyright 2006 Sun Microsystems, Inc....
2006 Oct 11
9
time synchronization problem (using NTP)
Hi, using SLES10 I''m unable to synchronize the time of DomU with that of Dom0. There is a persistent offset of about 3 seconds! Here''s a small history (not actual output): remote refid st t when poll reach delay offset jitter rkdvmso1.dvm.kl 192.168.0.11 5 u - 64 1 0.136 -2977.1 0.099 *rkdvmso1.dvm.kl 192.168.0.11 5 u 2 64 3 0.092 -2980.9 1.245 *rkdvmso1.dvm.kl 192.168.0.11 5 u 1 64 7 0.073 -2986.6 0.274 *rkdvmso1.dvm.kl 192.168.0.11 5 u 8 64 37 0.107 -2992....
2006 Nov 24
19
Time/clock issues with Xen 3.0.3?
The time appears to be perfect inside dom0, however all the domU''s tend to have a slightly faster date which gets further out of sync every day. I''m currently using Xen 3.0.3 with Gentoo Linux, under 3.0.2 I had no problems with domU clocks. Are there any known issues which could cause this? I''d strongly prefer not to run ntpd in every domU, having all domU clocks in
2006 Oct 13
3
error running webserver 7 with the DTrace dvm agents...
...http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title></title> </head> <body text="#330000" bgcolor="#ffffff"> <tt><font size="+1">I am attempting to run the sun webserver 7 with the DTrace dvm agents activated.<br> (Anybody in webserver land try this yet?)<br> ref: <a class="moz-txt-link-freetext" href="https://solaris10-dtrace-vm-agents.dev.java.net/">https://solaris10-dtrace-vm-agents.dev.java.net/</a><br> <br> When I start the we...
2007 Feb 20
8
xen time sync problem
Hi, I am facing problem in sync time within DomU with Dom0. After gone through mailing lists, I have set /proc/sys/xen/independent_wallclock to 0. But still DomU are not syncing their time :-S Machine using kernel-xen-2.6.19-1.2911.fc6 xen-3.0.3-3.fc6 xen-libs-3.0.3-3.fc6 Please advice to solve this weird problem, Thanks _______________________________________________ Xen-users mailing list
2002 Sep 09
3
loading data from a specified directory
...1 ------------------- Colleagues I have some text files in a certain directory and want to process them sequentially. So I want to pass the filename identifier into a function and loop through the processing of each file in turn.I've called the file identifier f in this code segment: image.dvm <- function (horiz.slice.int=2, ping.int=3, start.h=3, start.min=4, max.z=800, f=350:372) { ## Purpose: to display the whole echogram integrals for consecutive CREST ## files to illustrate patterns of diel vertical migration ## -----------...
2009 May 15
13
How to calculate java method timestamp?
Hi, I need help in calculating Java method time-stamp in following fashion. Consider following method example. long method3(long stop) { try { Thread.sleep(1500); } catch (Exception e) { } //////////////////// real CPU intensive operation /////////////////////////// for (int i = 1; i < stop; i++) { stop = stop * stop * i; };
2011 Mar 22
1
help need on working in subset within a dataframe
...x) K1 <- dataframe$x1 * 0.23 K2 <- dataframe$x2 * 0.98 # just example there is long vector calculations in read dataset kt1 <- K1 * K2 kt2 <- K1 / K2 Qni <- (K1*(kt1-0.25)+ K2 *(kt2-0.25)) y <- dataframe$y yg <- mean(y, na.rm= TRUE) # mean of trait Y # mean of trait Y dvm <- (y-yg ) # deviation of phenotypic value from mean sumdvm <-abs(sum(dvm, na.rm= TRUE)) yQni <- y* Qni sumyQni <-abs(sum(yQni, na.rm= TRUE)) npt = ( sumdvm/ sumyQni) return(npt) } npt1 <- apply(namemat,1, smyfun) return(npt1) } myfun (dataframe) My question is h...
2009 Sep 09
3
Dtrace and java 1.5
Hi, I have used dtrace in the past for diagnosing IO/filesystem related issues. So I am a bit familiar with dtrace scripts Now I want to diagnose performance problems in the java area. May be memory leak etc. The hotspot provider is not present. How can I get them? Does someone have any further advice? regards Hans -- This message posted from opensolaris.org
2006 Mar 16
0
Re: Can dtrace agent of JDK be used in IBM Websphere?
...ved alias in one email. Below is the answer of your question (Can you reply with more details on what failed? Does websphere use an IBM or Sun developed SDK? ) 1. Seems IBM bundled JDK can not detect agent options, like below: If use Sun JDK 1.5, no problem: /usr/jdk/jdk1.5.0_06/bin/java *-Xrundvmti:all* -version *Picked up JAVA_TOOL_OPTIONS: -Xrundvmti:all* java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode) If use IBM Websphere bundled JDK 1.4, can''t detect the agent op...
2018 Oct 04
3
help with samba and iptables
...iptables -A INPUT -s 192.168.1.5 -j ACCEPT #permito el acceso a servicio ntp /sbin/iptables -A INPUT -s 192.168.2.3 -p udp -m udp --dport 123 -j ACCEPT /sbin/iptables -A INPUT -s 192.168.2.3 -p udp -m udp --sport 123 -m state --state RELATED,ESTABLISHED -j ACCEPT #permito el acceso a smb-udp #lan dvm /sbin/iptables -A INPUT -s 192.168.1.0/24 -p udp -m udp --dport 88 -j ACCEPT /sbin/iptables -A INPUT -s 192.168.1.0/24 -p udp -m udp --sport 88 -m state --state RELATED,ESTABLISHED -j ACCEPT /sbin/iptables -A INPUT -s 192.168.1.0/24 -p udp -m udp --dport 137 -j ACCEPT /sbin/iptables -A INPUT -s 1...
2009 Dec 03
3
Three-dimensional (3D) movement using 'R'
...11.7 76.4 -175 13 -1.1 -111.7 76.4 -178.8 14 -103.1 -111.7 76.4 -176.2 15 -49.4 -111.7 76.4 -176.2 16 -80.6 -56.5 76.4 -176.2 17 -12.5 -94.7 -37.9 -171.6 18 -12.5 -94.7 -19.8 -186.4 19 -12.5 -94.7 -19.8 -241.1 20 -12.5 -59.4 9.8 -200 Suzanne St.Rose (DVM, MSc, PhD) Statistician Royal Marsden NHS Foundation Trust Fulham Road London SW3 6JJ Telephone: 0207 808 2186 Email: Suzanne.StRose@rmh.nhs.uk ######################################################################### Attention:\ This e-mail and any attachment is for author...{{dro...
2002 May 02
1
R-GNOME (PR#1503)
...everything is available (except Gnome) when I start R without Gnome. Also, some calls seem available with Gnome: system("..") returns nothing. Maybe this is related to the experimental nature of the Gnome interface. Hope that helps. Cheers, -- ---------------------------- Patrick Gonin, DVM, PhD Head of in vivo Evaluation Dept Généthon 1 bis, rue de l'Internationale- BP 60 91002 EVRY CEDEX FRANCE Tel: 33-1-69-47-10-21 Fax: 33-1-60-77-86-98 gonin@genethon.fr ---------------------------- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing...
2018 May 24
1
USDA CVB recruiting statistician or data scientist
...fective communication with scientists about practical issues We?d also like to know about your background in areas that may advance our work, such as laboratory applications, epidemiology, machine learning, or statistical programming. Applicants must be United States citizens. Contact Dave Siev, DVM, MS Statistics Section Leader USDA Center for Veterinary Biologics Ames, IA 50010 david.siev at aphis.usda.gov The Center for Veterinary Biologics regulates vaccines, immuno-therapeutics, diagnostics, and other biologics used to manage animal diseases. It is located on the campus of the National...
2017 May 22
3
[HCL] Cyber Power Systems CP1500AVRLCDa supported by usbhid-ups
...tage: 137.0 > > The output voltage seems a little high. Is this UPS configured to boost voltage? Do either the input or output voltages match the values on the LCD? The LCD values look fine (usually 118 to 121 volts). I just measured the output voltage at the UPS outlets (using an HP 974a DVM), it was 118.9 volts. The voltage from the wall outlet going into the UPS was also 118.9 volts. While I was reading those values, the output.voltage value was 142. I didn't change any configuration from the factory default values, though the UPS blurbs do mention "voltage boosting.&quot...
2002 Sep 17
2
legend in image()
...#39; and then use something like: legend(x,y, breaks, c('label1', label2'...)) ? Here is my function call at the moment without a legend: image(time.h, z, -log10(t5), xlab='hours', ylab='depth m', col=rainbow(20), main = 'Chatham Rise DVM', yaxt='n', zlim=c(2,6.5), cex=0.5) Thanks in advance, Sam -- Sam McClatchie, Research scientist (fisheries acoustics)))))))))) NIWA (National Institute of Water & Atmospheric Research Ltd) PO Box 14 901, Kilbirnie, Wellington, New Zealand s.mcclatchie at niwa.cri.nz Re...
2011 Jun 08
1
2.13 version doesn't load packages
...mework/Versions/2.12/Resources/lib/libRblas.dylib Referenced from: /Library/Frameworks/R.framework/Versions/2.13/Resources/library/gee/libs/x86_64/gee.so Reason: image not found However when type "library" the packages are there. Any hints? Many thanks Mariana -- Mariana Varela, DVM, PhD MRC-University of Glasgow Centre for Virus Research Institute of Infection, Immunity and Inflammation College of Medical, Veterinary and Life Sciences Garscube Estate, 464 Bearsden Road Henry Wellcome Building, room 436 Glasgow, G61 1QH Scotland (UK) Phone: +44 (0) 141 330 2196 [[alternativ...
2005 Mar 30
1
Habituation model
...estions are very simple and I am just missing something, suggestions about good texts or examples on R would be great. I am generating data with Scilab, I have a single matrix corresponding to each dog. But I can change it if needed. Any help would be greatly appreciated Thanks Laurent Fanchon DVM, MS Ecole Nationale Veterinaire d'Alfort France
2006 Mar 15
1
How to compare areas under ROC curves calculated with ROCR package
...e author of this script says: "The first function (seROC) calculate the standard error of ROC curve, the second function (cROC) compare ROC curves." What do you think of this script? Is there any function to do it better in ROCR? Any help would be greatly appreciated. Laurent Fanchon DVM, MS Ecole Nationale V?t?rinaire d'Alfort FRANCE
2006 Mar 20
1
How to compare areas under ROC curves calculated with ROC R package
...e author of this script says: "The first function (seROC) calculate the standard error of ROC curve, the second function (cROC) compare ROC curves." What do you think of this script? Is there any function to do it better in ROCR? Any help would be greatly appreciated. Laurent Fanchon DVM, MS Ecole Nationale V?t?rinaire d'Alfort FRANCE ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html