Re: How to create a fixed length character/block device/file ?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Phillip Susi napsal(a):
Khai Doan wrote:
Sorry if this is the wrong list. I've search google, but have not found solution to my problem.

I have a long running application which split out lots of debugging information. I can't redirect the output to a regular file because that file would grow and eat up all the diskspace. I can't redirect to /dev/null. What I want is the last 1MB of the output before my application terminated. So I need to create a special file / device on the system. Please tell me if there is an existing device that I can use, or point me in the right direction so that I can role my own device.

myapp | tail -c1048576 > logfile

AFAIK this will output the file after the app termination. He wants to know the log before that.

Just write your own reader which will output last meg in some intervals...

regards,
--
http://www.fi.muni.cz/~xslaby/            Jiri Slaby
faculty of informatics, masaryk university, brno, cz
e-mail: jirislaby gmail com, gpg pubkey fingerprint:
B674 9967 0407 CE62 ACC8  22A0 32CC 55C3 39D4 7A7E
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux