Skip to content

Instantly share code, notes, and snippets.

View waryas's full-sized avatar

TALON SCHMELER waryas

View GitHub Profile
@waryas
waryas / cpuusage.pl
Created December 2, 2017 19:29 — forked from creaktive/cpuusage.pl
Calculating CPU Usage from /proc/stat in Perl
#!/usr/bin/perl
# Ref: Calculating CPU Usage from /proc/stat
# (http://colby.id.au/node/39)
use utf8;
use List::Util qw(sum);