#!/bin/bash
# System performances and resources utilization
# Script generated by Puppet. It's executed when you run:
# puppi info perf
#
# Sources common header for Puppi scripts
. /DBA/puppet/3.0.2/etc/puppi/scripts/header || exit 10

echo_title "$HOSTNAME - System performances and resources utilization"
show_command "uptime"
show_command "free"
show_command "vmstat 1 5"

