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
ee9ad0c8
Commit
ee9ad0c8
authored
Jan 21, 2010
by
Leigh B. Stoller
Browse files
New directory arrangement in expinfo directory
parent
e8a4f24f
Changes
1
Hide whitespace changes
Inline
Side-by-side
node_usage/from_ptop.in
View file @
ee9ad0c8
#!/usr/bin/perl
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
7
University of Utah and the Flux Group.
# Copyright (c) 2000-200
9
University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
...
...
@@ -35,7 +35,7 @@ while (my ($idx,$action,$exptidx,$eid,$pid,$start,$stop) = $qr->fetchrow()) {
next
;
}
my
$dir
=
"
/usr/testbed/expinfo/
$pid
-
$eid
.
$exptidx
";
my
$dir
=
"
/usr/testbed/expinfo/
$pid
/
$eid
/
$exptidx
";
my
@res
;
foreach
my
$fn
(
<
$dir
/*.
ptop
>
)
{
...
...
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