Memory Usage

32.3%
8,6,5,9,8,4,9,3,5,9

CPU Usage

140.05
4,3,5,7,12,10,4,5,11,7

Disk Usage

82.02%
1,2,1,3,2,10,4,12,7

Daily Traffic

62,201
3,12,7,9,2,3,4,5,2

IMG_43445

JPG Image

1.2mb

VID_6543

MP4 Video

24.8mb

Tax_Form

Word Document

5.5mb

Getting_Started

PDF Document

12.7mb

Introduction

PDF Document

7.7mb

IMG_43420

JPG Image

2.2mb

IMG_43447

JPG Image

3.2mb

VID_6545

AVI Video

14.8mb

Secret_Document

Word Document

4.5mb

+ Add Event

Peity Charts

Peity (sounds like deity) is a jQuery plugin that converts an element's content into a svg mini pie donut line or bar chart.

An example of a simple line chart with one series.

10,4,4,7,5,9,10,1,4,4,7,5,9,10
10,4,4,7,5,9,10,1,4,4,7,5,9,10
<span class="peity-line" data-peity='{ "fill": false, "stroke": "#55C5D1", "height": 40, "width": 200 }'>
  10,4,4,7,5,9,10,1,4,4,7,5,9,10
</span>

An example of a simple line chart with one series.

10,4,4,7,5,9,10,1,4,4,7,5,9,10
10,4,4,7,5,9,10,1,4,4,7,5,9,10
<span class="peity-line" data-peity='{ "fill": "#55C5D1", "stroke": "#55C5D1", "height": 70, "width": 200 }'>
  10,4,4,7,5,9,10,1,4,4,7,5,9,10
</span>

An example of a simple bar chart with one series.

10,4,4,7,5,9,10,1,4,4,7,5,9,10
10,4,4,7,5,9,10,1,4,4,7,5,9,10
<span class="peity-bar" data-peity='{ "fill": ["#663090"], "height": 70, "width": 200 }'>
  10,4,4,7,5,9,10,1,4,4,7,5,9,10
</span>

An example of a simple pie chart with one series.

10,4,4
10,4,4,8
<span class="peity-pie" data-peity='{ "fill": ["#663090","#EC1778","#25B1DE"], "height": 70, "width": 200 }'>
  10,4,4
</span>

An example of a simple donut chart with one series.

10,4,4
10,4,4, 8
<span class="peity-donut" data-peity='{ "fill": ["#663090","#EC1778","#25B1DE"], "height": 70, "width": 200 }'>
  10,4,4
</span>