Displaying 2 results from an estimated 2 matches for "aug07".
2007 Oct 05
1
Very slow file copy performance over a WAN (HELP)
...se using scp to transfer
the same file, I get speeds of ~145k/s.
A tcpdump of the file copy of ~2MB file that actually
times out with the following error is up at:
http://emagiccards.com/james/copyfileusingsmbclient.tar.bz2
-- Timeout Error --
Short read when getting file \Finance\monthly_reports\Aug07.xls. Only
got 967680 bytes.
Error Call timed out: server did not respond after 20000 milliseconds
closing remote file
-- Scp Results --
scp root@fs0:/export/data/Finance/Monthly_reports/Aug07.xls .
Aug07.xls 100% 2269KB 174.5KB/s 00:13
-- File server samba config --
workgroup = XXXXXXXX...
2010 Feb 07
4
x-axis plot problem
...5,3.86)
P<-c(7.49,15.03,15.19,15.32,15.42,15.45)
B<-c(16.24,15.87,12.94,11.82,10.86,9.61)
time<-c("Jul/07","Aug/07","Sep/07","Oct/07","Nov/07","Dec/07")
model<-data.frame(F,M,P,B)
row.names(model)<-c("Jul07","Aug07","Sep07","Oct07","Nov07","Dec007")
model
par(mgp=c(2, 1, 0),bty="o" )
matplot(model, pch = c(1,22,17,16), type = "o",lty=c(2,2,2,5), col
=c("gray10"," gray10","gray10","gray10"),xlab="Mont...