File: 20071023-08-06-36.view

package info (click to toggle)
pcp 3.9.10
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 81,836 kB
  • ctags: 26,423
  • sloc: ansic: 178,791; sh: 79,349; cpp: 61,042; xml: 28,842; perl: 12,963; yacc: 5,351; python: 4,578; lex: 1,894; makefile: 1,665; fortran: 60; java: 22; awk: 20
file content (19 lines) | stat: -rw-r--r-- 756 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#kmchart
version 1

global width 0
global height 0
global points 0
global xpos 0
global ypos 0

chart title "file system capacity" style plot legend off
	plot color #ffff00 host kmcdonell-laptop.aconex.com metric filesys.capacity instance "/dev/root"
chart style plot antialiasing off
	plot color #ffff00 host kmcdonell-laptop.aconex.com metric sample.mirage_longlong instance "m-00"
chart style plot antialiasing off
	plot color #ffff00 host kmcdonell-laptop.aconex.com metric sample.scale_step.time_up_nanosecs
chart style bar antialiasing off
	plot color #ffff00 host kmcdonell-laptop.aconex.com metric kernel.all.cpu.user
chart style plot antialiasing off
	plot color #ffff00 host kmcdonell-laptop.aconex.com metric disk.dev.total_bytes instance "sda"