DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamecstream
Beschreibunggeneral-purpose stream-handling tool similar to dd
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version2.7.6-1
Sektionuniverse/utils
Prioritätoptional
Installierte Größe92 Byte
Hängt ab vonlibc6 (>= 2.4)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße28118 Byte
Prüfsumme MD56455f9b7d3b47200dfba4c34771aa068
Prüfsumme SHA162c5d04d746b640f792b9a9be8afdf2056b8ef2c
Prüfsumme SHA25684c8e611699065d03ddc027cc05f6f2563a28864e61f52cd9648587915c2904d
Link zum Herunterladencstream_2.7.6-1_i386.deb
Ausführliche Beschreibungcstream is a general-purpose stream-handling tool like UNIX' dd, usually used in commandline-constructed pipes. . Features: - Sane commandline switch syntax. - Exact throughput limiting, on the incoming side. Timing variance in previous reads are counterbalanced in the following reads. - Precise throughput reporting. Either at the end of the transmission or everytime SIGUSR1 is received. Quite useful to ask lengthy operations how much data has been transferred yet, i.e. when writing tapes. Reports are done in bytes/sec and if appropriate in KB/sec or MB/sec, where 1K = 1024. - SIGUSR2 causes a clean shutdown before EOF on input, timing information is displayed. - Build-in support to write its PID to a file, for painless sending of these signals. - Build-in support for fifos. Example usage is a 'pseudo-device', something that sinks or delivers data at an appropriate rate, but looks like a file, i.e. if you test soundcard software. See the manpage for examples. - Built-in data creation and sink, no more redirection of /dev/null and /dev/zero. These special devices speed varies greatly among operating systems, redirecting from it isn't appropriate benchmarking and a waste of resources anyway. - Accepts 'k', 'm' and 'g' character after number for "kilo, mega, giga" bytes for overall data size limit. - "gcc -Wall" clean source code, serious effort taken to avoid undefined behaviour in ANSI C or POSIX, except long long is required. Limiting and reporting works on data amounts > 4 GB.


Impressum
Linux is a registered trademark of Linus Torvalds