Révision 6f1e0538
Plugin cpu_freq_1sec: convert documentation to perldoc format
| plugins/raspberry-pi/cpu_freq_1sec | ||
|---|---|---|
| 1 | 1 |
#! /bin/sh |
| 2 |
# |
|
| 3 |
# This is a small supersampling plugin that does |
|
| 4 |
# cpu sampling every 1 second. |
|
| 5 |
# |
|
| 6 |
# (c) 2013 - LGPL - Steve Schnepp <steve.schnepp@pwkf.org> |
|
| 2 |
|
|
| 3 |
: <<=cut |
|
| 4 |
|
|
| 5 |
=head1 NAME |
|
| 6 |
|
|
| 7 |
cpu_freq_1sec - small supersampling plugin that samples cpu usage every second |
|
| 8 |
|
|
| 9 |
|
|
| 10 |
=head1 AUTHORS |
|
| 11 |
|
|
| 12 |
Copyright (C) 2013 Steve Schnepp <steve.schnepp@pwkf.org> |
|
| 13 |
|
|
| 14 |
|
|
| 15 |
=head1 LICENSE |
|
| 16 |
|
|
| 17 |
GNU Library General Public License v2 only |
|
| 18 |
|
|
| 19 |
SPDX-License-Identifier: LGPL-2.0-only |
|
| 20 |
|
|
| 21 |
=cut |
|
| 22 |
|
|
| 7 | 23 |
|
| 8 | 24 |
pluginfull="$0" # full name of plugin |
| 9 | 25 |
plugin="${0##*/}" # name of plugin
|
Formats disponibles : Unified diff