Streamline 1.7.4.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Streamline 1.7.4.2 (Default branch)
# 1  
Old 07-08-2008
Streamline 1.7.4.2 (Default branch)

Streamline is an I/O subsystem for Linux. Ittailors I/O paths to applications by constructingthem on demand from functional components.Components may reside in userspace, the OS kernel,or on peripheral hardware. The base distributioncomes bundled with components for pattern matching(regex, aho corasick, bpf), logging (IPFIX,http_log), TCP stream reassembly, and more (e.g.gzip and blowfish). Obvious uses are intrusiondetection and request logging. Streamline exportsPOSIX file, pipe, and socket abstractions and thePCAP and MAPI monitoring interfaces.License: GNU Lesser General Public License (LGPL)Changes:
This version adds PipesFS: a Linux virtualfilesystem for I/O. PipesFS presents kernel I/Ooperations as directories and exports live streamsthrough Unix pipes. The FS allows users to quicklyconstruct kernel tasks using the 40+ Streamlineoperations using mkdir, ln, etc. and to interactwith kernel I/O using cat, grep, gzip, etc. Theshared-memory version of Posix I/O, BeltwayBuffers, was also updated. This version was usedfor application benchmarks (bind9, mplayer,tcpdump) and increases performance and Posixcompliance over 1.7.3. Support was added for SunRPC (beta).Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Streamline script to search for numbers in a certain range

Hello all, I need help making a script run faster since I have a huge file to sift through. The file I am running my script on looks like this: 1 -1.9E+001 -1.8E-001 1.5E+001 3.32E+001 2 -1.7E+001 -1.0E-002 1.2E+001 6.37E+001 3 -1.5E+001 -3.8E-006 6.7E+001 4.81E+001 The... (12 Replies)
Discussion started by: butson
12 Replies

2. Shell Programming and Scripting

Help me streamline this counting part of my script.

Ok, so this is a small part of a script I wrote to build disk groups using VXVM. The only problem is that I am limited to a count of 8 maximum. If I want more, I will have to add more lines of "if" statements. How can I accomplish the same thing, in a few lines, but not be limited in the max... (13 Replies)
Discussion started by: LinuxRacr
13 Replies
Login or Register to Ask a Question
SHAPE_TAR(1)						      General Commands Manual						      SHAPE_TAR(1)

NAME
shape_tar - shapeTools RMS bundle up subsystem in a tar or shar archive SYNOPSIS
shape tar[VERSIONS=<version_selection_rule>] [ARCHIVE=<filename>] shape shar[VERSIONS=<version_selection_rule>] [ARCHIVE=<filename>] DESCRIPTION
Shape tar and shape shar create a tar or a shar archive containing all source components of the current node in the system tree. All source components listed in the COMPONENTS macro in the Makefile and the release identification file (VERSIONFILE) are written to the archive. Components of subsystems are not included in the archive file. The VERSIONS macro may be set to specify a version selection rule to be active during archive file creation. Default is most_recent, selecting the most recent version of each component. See shape_stdrul(7) or the $(SHAPELIBPATH)/stdrules for other possible settings. You may also use self defined version selection rules as VERSIONS. ARCHIVE is the base name of the file where the output shall be written to. Default is $(SUBSYSTEMNAME). The output file gets the filename extension .tar (resp. .shar). When ARCHIVE=- is given, data will be written to standard output. SEE ALSO
shape_RMS(1), shape_stdrul(7) FILES
$(SUBSYSTEMNAME).tar $(SUBSYSTEMNAME).shar 7.8.119 SHAPE_TAR(1)