Re: [patch 1/6] statistics infrastructure - prerequisite: scatter-gather ringbuffer

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

 



> Relayfs seems to be the right thing to convey streams of incremental 
> pieces of data, like trace records as implemented by 
> arch/s390/kernel/debug.c, for example. Relayfs would work for statistics 
> that involve data growth like a history of a counter, for example, or 
> the raw measurement data reported for statistic updates. I doubt it is 
> the right thing for counters, fill level indicators and histograms; 

For those we traditionally use ASCII files if the data is small.
If it's big relayfs is probably the right answer.

> basically for all types of statistics that do not continuously put their 
> hands on untouched memory to store their results.
> 
> I am currently using debugfs, which works fine for all of these cases. 
> In addition, I need some ringbuffer functionality, though.

IIRC relayfs was changed to be able to handle files in debuggfs by
just plugging in the file operations.

-Andi
-
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