Example tables

Lee wrote up the following examples to guide the development of the tables in sam_admin.

Example tables of sam_admin info
================================
The following tables give an idea  of the kinds of information we may want to see together.
It might be possible to construct tables on the fly for particular system "breakdowns" (i.e.
delivery modes, stations, projects, etc.) from a list of available information

Global Summary
==============
#stations #projects #consumers #tape #tape #files #files latency latency filesize filesize throughput
                                                     ok     error   ok    error  average std dev average  std dev   MBps
--------------------------------------------------------------------------------------------------
Notes: 1. this would have one entry per time period.
       2. Very useful to see many time periods together, each as a row.
          One/hr for 24 hr period, or one/day for a week, et cetera.

Delivery Mode Summary
=====================
Mode   #stations #projects #consumers  %tape %tape %files %files latency latency filesize filesize  throughput
                                                                    ok      error     ok      error  average std dev average  std dev MBps & %
--------------------------------------------------------------------------------------------------------------
FT
On-dmd
Pick
Other
--------------------------------------------------------------------------------------------------------------
Total
NOTES: 1. Here, "%" means percentage of the aggregate, or total for the global system

Station summary
===============
Station #projects #consumers #tape  #files    latency  latency   filesize  filesize throughput
Name                                     mounts average std dev  average  std dev            MBps
-----------------------------------------------------------------------------------------
Farm       2         400
anal_1    10
anal_2    10
strip_1    2
export     1
import     1
-----------------------------------------------------------------------------------------
Notes: 1. Entries are just  examples
       2. May want %of total for columns like "#tape mounts" and "#files" also

Project summary
===============
Station  Project Mode #consumers #tape  #files latency latency  filesize  filesize  throughput
Name    Name    type                     mounts          average std dev  average  std dev     MBps
-----------------------------------------------------------------------------------------
Notes: 1. May want %of total for columns like "#tape mounts" and "#files" also
       2. Need to select specific project(s)
       3. May want to see only "top" projects or consumers based on some criteria

Consumer summary
================
Station  Project Consumer #tape   #files   #files  #events  cpu/event cpu/event time/event time/event
Name    Name      ID     mounts proc/total error   per file  average      sdt dev      average     std dev
---------------------------------------------------------------------------------------------------
Notes: 1. May also want latency and other file and throughput info?
       2. Need to select specific project, consumers(s)
       3. May want to see only "top" projects or consumers based on some criteria