~ubuntu-branches/ubuntu/trusty/picviz/trusty

« back to all changes in this revision

Viewing changes to src/libpicviz/tests/test4.pcv

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Chifflier
  • Date: 2009-03-30 10:42:08 UTC
  • Revision ID: james.westby@ubuntu.com-20090330104208-j095obwkp574t1lm
Tags: upstream-0.5
ImportĀ upstreamĀ versionĀ 0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
header {
 
2
    title = "Syslog picviz analysis";
 
3
}
 
4
axes {
 
5
    timeline t;
 
6
    string   m;
 
7
    string   a;
 
8
    string   l;
 
9
}
 
10
data {
 
11
    t="08:22",m="quinificated",a="kernel:",l="NET: Registered protocol family 17" [color="red"];
 
12
    t="08:22",m="quinificated",a="kernel:",l="Using IPI No-Shortcut mode" [color="red"];
 
13
    t="08:22",m="quinificated",a="kernel:",l="registered taskstats version 1" [color="darkblue",label="foobar"];
 
14
    t="08:22",m="quinificated",a="kernel:",l="Freeing unused kernel memory: 248k freed" [color="darkblue"];
 
15
    t="08:22",m="quinificated",a="kernel:",l="input: AT Translated Set 2 keyboard as /class/input/input0" [color="blue"];
 
16
    t="08:22",m="quinificated",a="kernel:",l="ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3] C4[C3])" [color="blue"];
 
17
}
 
18