Unix and Linux Discussions Tagged with csv |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
5 |
12,858 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
14,266 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
31,036 |
Answers to Frequently Asked Questions |
|
|
|
3 |
20,499 |
Answers to Frequently Asked Questions |
|
|
|
1 |
9,553 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
7,416 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
12,396 |
UNIX for Beginners Questions & Answers |
|
|
|
16 |
27,303 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
4,246 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
12,858 |
Programming |
|
|
|
9 |
7,569 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
8,795 |
Shell Programming and Scripting |
|
|
|
1 |
14,256 |
Shell Programming and Scripting |
|
|
|
3 |
6,057 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
10,105 |
Shell Programming and Scripting |
|
|
|
1 |
6,284 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
4,218 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
5,293 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
5,974 |
Shell Programming and Scripting |
|
|
|
0 |
14,218 |
Programming |
|
|
|
6 |
3,871 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
6,121 |
Shell Programming and Scripting |
|
|
|
2 |
4,742 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
5,791 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
3,959 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,564 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
7,643 |
UNIX for Beginners Questions & Answers |
|
|
|
14 |
7,019 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
4,564 |
Shell Programming and Scripting |
|
|
|
7 |
6,579 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,326 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
3,399 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
5,874 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
3,735 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,860 |
UNIX for Beginners Questions & Answers |
|
|
|
0 |
5,251 |
Shell Programming and Scripting |
|
|
|
1 |
6,020 |
Shell Programming and Scripting |
|
|
|
9 |
3,796 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
4,563 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
4,520 |
UNIX for Beginners Questions & Answers |
PROCESSCSV.PY(1) Virtualization Support PROCESSCSV.PY(1)
NAME
processcsv.py - process virt-top CSV files
SUMMARY
virt-top --csv data.csv
processcsv.py < data.csv
DESCRIPTION
virt-top is a top(1)-like utility for showing stats of virtualized domains.
processcsv.py is a simple Python script that post-processes the output of "virt-top --csv".
It is used like this:
virt-top --csv data.csv
processcsv.py < data.csv
The second command will overwrite the following files in the current directory:
"global.csv"
This contains the global (host) statistics columns from the CSV file.
"domainNN.csv" (multiple files)
For each libvirt domain ID NN, a file is created containing the per-domain statistics from the CSV file.
SEE ALSO
virt-top(1)
AUTHORS
Richard W.M. Jones <rjones @ redhat . com>
COPYRIGHT
(C) Copyright 2007-2012 Red Hat Inc., Richard W.M. Jones http://libvirt.org/
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation,
Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
virt-top-1.0.8 2013-12-29 PROCESSCSV.PY(1)