diff --git a/nerdjack.c b/nerdjack.c index cf84707..e3d4c1d 100644 --- a/nerdjack.c +++ b/nerdjack.c @@ -309,6 +309,14 @@ nerd_data_stream (int data_fd, int numChannels, int *channel_list, nerd_init_channels (destination, numChannels, numChannelsSampled, channel_list); + if (linesdumped == 0) + { + if (period < (numChannelsSampled * 100 + 300)) + { + info ("You are sampling close to the limit of NerdJack\n"); + info ("Sample fewer channels or sample slower\n"); + } + } //Now destination structure array is set as well as numDuplicates.