mostafamemariani / mysql-cacti-templates

Automatically exported from code.google.com/p/mysql-cacti-templates
GNU General Public License v2.0
0 stars 0 forks source link

Create system info templates #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Create system information templates for things like

* disk usage
* disk I/O
* swap
* CPU
* load average
* memory usage
* LVM snapshot usage

Original issue reported on code.google.com by baron.schwartz on 13 Oct 2008 at 2:06

GoogleCodeExporter commented 8 years ago
For disk usage, graph many disks on a single disk.

Original comment by baron.schwartz on 13 Oct 2008 at 12:13

GoogleCodeExporter commented 8 years ago
I mean, a single graph.

Original comment by baron.schwartz on 13 Oct 2008 at 12:14

GoogleCodeExporter commented 8 years ago
Also, network, active/inactive connections, swap usage.

There is libstatgrab to help with this.

http://search.cpan.org/dist/Unix-Statgrab/

Original comment by baron.schwartz on 14 Oct 2008 at 6:26

GoogleCodeExporter commented 8 years ago
In Linux, see:

/proc/diskstats
/proc/stat
/proc/vmstat

Original comment by baron.schwartz on 2 Nov 2008 at 11:18

GoogleCodeExporter commented 8 years ago
I think the right way to do this is via sar, as funny as that sounds.

Original comment by baron.schwartz on 17 Apr 2009 at 3:56

GoogleCodeExporter commented 8 years ago
I made a bunch of other issues for this one.

Original comment by baron.schwartz on 15 Dec 2009 at 3:28