Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
4f956d59
Commit
4f956d59
authored
Mar 26, 2009
by
Kevin Atkinson
Browse files
Minor Fix
parent
3fc330bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
node_usage/mk-plots
View file @
4f956d59
...
...
@@ -44,7 +44,7 @@ sub plot ( $@ ) {
print
F
"
'node_usage-
$what
.dat' using 1:5 title 'pc3000s' with lines lw
$lw
\n\n
";
close
F
;
system
("
gnuplot node_usage-
$what
.gpl
");
system
("
/usr/local/bin/
gnuplot node_usage-
$what
.gpl
");
}
plot
("
hourly_last2weeks
",
timefmt
=>
'
%Y-%m-%d_%H:$M
',
format_x
=>
'
%a\n%m/%d
');
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment