Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mkclicfs(1) [suse man page]

CREATE CLIC 
FILE(1) Clic FS User's Manual CREATE CLIC FILE(1) NAME
mkclicfs - Create Clic File SYNOPSIS
mkclicfs [-d] [-p pagesize] [-b blocksize] [-c compression] [-l logfile] [-n cores] infile outfile DESCRIPTION
The infile is a loop image (so far only tested with ext3) that is assumed to use pages of pagesize. The outfile is the Compressed Loop Image Container (Clic), it will contain X parts with blocksize. mkclicfs automatically discards duplicated pages, unless -d is given. The default for the pagesize is 4096, the default for ext3 The blocksize defines how many pages are grouped together before compression. The default is 32, it is a good balance between overhead and compression ratio. The compression preset defines on how slow it is or how good it compresses. Compare with xz presets. -c 0 is fast and -c 9 is (very) slow - but the compression rate varies a lot - of course depending on the data. Preset 6 is the default. The logfile is the logfile that is generated from clicfs -l, clicfs will output the access pattern and mkclicfs will reorder the blocks so they are in order. The number of cores is by default taken from the system. Sometimes it's wise to not all of them though. SEE ALSO
clicfs, unclicfs AUTHOR
Stephan Kulow AUTHOR
Stephan Kulow Author. Clic FS April 16th, 2009 CREATE CLIC FILE(1)

Check Out this Related Man Page

PLSCOMPRESSION(3plplot) 					    PLplot API						   PLSCOMPRESSION(3plplot)

NAME
plscompression - Set device-compression level SYNOPSIS
plscompression(compression) DESCRIPTION
Set device-compression level. Only used for drivers that provide compression. This function, if used, should be invoked before a call to plinit(3plplot). Redacted form: plscompression(compression) This function is used in example 31. ARGUMENTS
compression (PLINT, input) The desired compression level. This is a device-dependent value. Currently only the jpeg and png devices use these values. For jpeg value is the jpeg quality which should normally be in the range 0-95. Higher values denote higher quality and hence larger image sizes. For png values are in the range -1 to 99. Values of 0-9 are taken as the compression level for zlib. A value of -1 denotes the default zlib compression level. Values in the range 10-99 are divided by 10 and then used as the zlib compression level. Higher compression levels correspond to greater compression and small file sizes at the expense of more computation. AUTHORS
Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLSCOMPRESSION(3plplot)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Looking for good free Xserver cygwin X slow…

Hello all I was using cygwin X for years now , but now im trying to Open the new sunstudio 12 with it and its stack and slow , other folks Here at work that are using not free Xservers could open it easily. Is there some kind of free Xserver that I can use . (0 Replies)
Discussion started by: umen
0 Replies

2. UNIX for Advanced & Expert Users

File writing is slow

Hello Guru, I am using a Pro*C program to prepare some reports usaually the report file size is greater than 1GB. But nowadays program is very slow. I found out the program is taking much time to write data to file ..... is there any unix related reason to be slow down, the file writting... (2 Replies)
Discussion started by: bhagyaraj.p
2 Replies

3. Red Hat

data resolution

hi all after going through ext3 file system , i understood that data resolution for ext3 FS is 1 second...can i increase it 2 second...? any idea..? (3 Replies)
Discussion started by: sagar_md
3 Replies

4. UNIX for Dummies Questions & Answers

Question regarding mkfs ext3

Hi i am looking for some help with a question relating to the creation of the ext3 file system. "Why is it good practice not to have a file system mounted whilst you try to create it?" I have searched google but not had any luck in finding out what the actual dangers are of creating a file... (1 Reply)
Discussion started by: allan1986
1 Replies

5. Red Hat

Change user settings..

Hi, I have 48 cores in my server. I want to assign 50% of the cores to certain programs and rest to some other programms. I found the command "taskset" very good option to assign cpu afinity to already running programms or newly created programms. But the problem is even if i set a cron to... (1 Reply)
Discussion started by: Rantu
1 Replies