Displaying 2 results from an estimated 2 matches for "lhtr".
Did you mean:
ldtr
2011 Dec 06
1
warning for inefficiently compressed datasets
...user system elapsed
1.210 0.180 1.384
> system.time(load("chr1-bzip2.rda"))
user system elapsed
9.500 0.160 9.674
> system.time(load("chr1-xz.rda"))
user system elapsed
4.46 0.20 4.69
hpages at latitude:~/testing$ ls -lhtr chr1-*.rda
-rw-r--r-- 1 hpages hpages 61M 2011-12-06 12:13 chr1-gzip.rda
-rw-r--r-- 1 hpages hpages 55M 2011-12-06 12:15 chr1-bzip2.rda
-rw-r--r-- 1 hpages hpages 49M 2011-12-06 12:25 chr1-xz.rda
This is with R-2.14.0 on a 64-bit Ubuntu laptop with 8GB of RAM.
The size on disk doesn't really...
2008 Jul 08
0
Problem with logrotate and compress
...exist
renaming /var/log/squid/store.log to /var/log/squid/store.log.1
creating new log mode = 0660 uid = 0 gid = 23
running postrotate script
compressing log with: /bin/gzip
removing old log /var/log/squid/store.log.5.gz
The strange thing is that I get the following files:
[root at fido ~]# ls -lhtr /var/log/squid
total 409M
-rw-rw---- 1 root root 323M May 26 04:21 store.log.4.gz
-rw-r--r-- 1 root root 12K Jun 11 15:40 squid.out
-rw-r--r-- 1 root root 29M Jul 7 15:58 access.log.5.gz
-rw-r----- 1 squid squid 367 Jul 8 04:22 cache.log.4.gz
-rw-r--r-- 1 squid squid 28M Jul 8 04:22 ac...