Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat dpdkevents fixes #2348

Merged
merged 3 commits into from Jul 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/collectd.conf.in
Expand Up @@ -532,7 +532,6 @@
# <EAL>
# Coremask "0x1"
# MemoryChannels "4"
# ProcessType "secondary"
# FilePrefix "rte"
# </EAL>
# <Event "link_status">
Expand All @@ -554,7 +553,6 @@
# <EAL>
# Coremask "0x2"
# MemoryChannels "4"
# ProcessType "secondary"
# FilePrefix "rte"
# </EAL>
# SharedMemObj "dpdk_collectd_stats_0"
Expand Down
19 changes: 5 additions & 14 deletions src/collectd.conf.pod
Expand Up @@ -2408,7 +2408,6 @@ B<Synopsis:>
<EAL>
Coremask "0x1"
MemoryChannels "4"
ProcessType "secondary"
FilePrefix "rte"
</EAL>
<Event "link_status">
Expand All @@ -2431,18 +2430,14 @@ B<Options:>

=head3 The EAL block

=over 5
=over 4

=item B<Coremask> I<Mask>

=item B<Memorychannels> I<Channels>

Number of memory channels per processor socket.

=item B<ProcessType> I<type>

The type of DPDK process instance.

=item B<FilePrefix> I<File>

The prefix text used for hugepage filenames. The filename will be set to
Expand All @@ -2457,7 +2452,7 @@ single argument which specifies the name of the event.

=head4 Link Status event

=over 5
=over 4

=item B<SendEventOnUpdate> I<true|false>

Expand Down Expand Up @@ -2490,7 +2485,7 @@ value is false.

=head4 Keep Alive event

=over 5
=over 4

=item B<SendEventOnUpdate> I<true|false>

Expand Down Expand Up @@ -2526,7 +2521,6 @@ B<Synopsis:>
<EAL>
Coremask "0x4"
MemoryChannels "4"
ProcessType "secondary"
FilePrefix "rte"
SocketMemory "1024"
</EAL>
Expand All @@ -2540,7 +2534,7 @@ B<Options:>

=head3 The EAL block

=over 5
=over 4

=item B<Coremask> I<Mask>

Expand All @@ -2551,10 +2545,6 @@ core numbering can change between platforms and should be determined beforehand.

A string containing a number of memory channels per processor socket.

=item B<ProcessType> I<type>

A string containing the type of DPDK process instance.

=item B<FilePrefix> I<File>

The prefix text used for hugepage filenames. The filename will be set to
Expand All @@ -2570,6 +2560,7 @@ sockets in MB. This is an optional value.
=over 3

=item B<SharedMemObj> I<Mask>

A string containing the name of the shared memory object that should be used to
share stats from the DPDK secondary process to the collectd dpdkstat plugin.
Defaults to dpdk_collectd_stats if no other value is configured.
Expand Down