Re: Notable ClefOS EPEL Additions

2020-05-31 Thread Timothy Sipples
Thanks, Neale! The gzip and zlib improvements are particularly impressive.

- - - - - - - - - -
Timothy Sipples
I.T. Architect Executive
Digital Asset & Other Industry Solutions
IBM Z & LinuxONE
- - - - - - - - - -
E-Mail: sipp...@sg.ibm.com

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www2.marist.edu/htbin/wlvindex?LINUX-390


Re: Notable ClefOS EPEL Additions

2020-05-30 Thread Neale Ferguson
As a quick example of the effect of hardware compression I created a 728M file 
filled with random data from /dev/urandom:

Without hardware assist:

# time gzip -c -1 /tmp/gzip.in >/tmp/gzip.out.gz

real  0m35.471s
user  0m25.735s
sys   0m0.846s

With hardware assist:

time ./gzip -c -1 /tmp/gzip.in >/tmp/gzip.out.gz

real  0m9.727s
user  0m0.113s
sys   0m0.749s

Same test this time on 782M of all zeroes:

Without hardware assist:

# time gzip -c -1 /tmp/gzip.in >/tmp/gzip.out.gz

real  0m3.814s
user  0m3.600s
sys   0m0.208s

With hardware assist:

# time ./gzip -c -1 /tmp/gzip.in >/tmp/gzip.out.gz

real  0m0.389s
user  0m0.061s
sys   0m0.328s


--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www2.marist.edu/htbin/wlvindex?LINUX-390


Notable ClefOS EPEL Additions

2020-05-30 Thread Neale Ferguson
Among the recent additions to EPEL this week include these:

cmake3-3.17.2-1.el7
gzip-1.10-3.68.el7
multiwatch-1.0.0-3.el7
ninja-build-1.7.2-4.el7
node-12.17.0-1.el7
zlib-1.2.11-21.el7

Note, gzip and zlib have support for the z15 compression hardware assist 
operations.

Neale

--
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www2.marist.edu/htbin/wlvindex?LINUX-390