~ubuntu-branches/ubuntu/hardy/sysstat/hardy

« back to all changes in this revision

Viewing changes to contrib/isag/isag.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2007-10-28 09:29:49 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20071028092949-92gk9n246capx36t
Tags: 8.0.2-1
New upstream version (stable).

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
# sag_if_out_tokens describes how is input file covered
464
464
# if no list specified the proc_line_$l() is called
465
465
# Note: first element has index 0 (zero)!
 
466
# SGo 2007-10-21: update fields taken for option -B.
466
467
# SGo 2006-04-14: update fields taken for options -B, -q, -r, -R, -v.
467
468
set sag_if_out_tokens(b) [list 1 2 3 4]
468
469
set sag_if_out_tokens2(b) ""
469
 
set sag_if_out_tokens(B) [list 0 1 2 3]
 
470
set sag_if_out_tokens(B) [list 0 1 2 3 4 5 6 7]
470
471
set sag_if_out_tokens2(B) ""
471
472
set sag_if_out_tokens(c) [list 0]
472
473
set sag_if_out_tokens2(c) ""
990
991
 
991
992
# plotstr array
992
993
# in future - this string will not be fixed but functions will coming
 
994
# SGo 2007-10-21: update fields for option -B.
993
995
# SGo 2006-04-14: update fields for options -B, -q, -r, -R, -u, -v.
994
996
# SGo 2007-07-31: update fields for option -v.
995
997
set plotstr(b) "\"__FNGR__\" using 1:2 t \"rtps\" with line, \"__FNGR__\" using 1:3 t \"wtps\" with line, \"__FNGR__\" using 1:4 t \"bread/s\" with line,  \"__FNGR__\" using 1:5 t \"bwrtn/s\" with line"
996
 
set plotstr(B) "\"__FNGR__\" using 1:2 t \"pgpgin/s\" with line, \"__FNGR__\" using 1:3 t \"pgpgout/s\" with line, \"__FNGR__\" using 1:4 t \"fault/s\" with line, \"__FNGR__\" using 1:5 t \"majflt/s\" with line"
 
998
set plotstr(B) "\"__FNGR__\" using 1:2 t \"pgpgin/s\" with line, \"__FNGR__\" using 1:3 t \"pgpgout/s\" with line, \"__FNGR__\" using 1:4 t \"fault/s\" with line, \"__FNGR__\" using 1:5 t \"majflt/s\" with line, \"__FNGR__\" using 1:6 t \"pgfree/s\" with line, \"__FNGR__\" using 1:7 t \"pgscank/s\" with line, \"__FNGR__\" using 1:8 t \"pgscand/s\" with line, \"__FNGR__\" using 1:9 t \"pgsteal/s\" with line"
997
999
set plotstr(c) "\"__FNGR__\" using 1:2 t \"proc/s\" with line"
998
1000
set plotstr(n) ""
999
1001
set plotstr(q) "\"__FNGR__\" using 1:2 t \"runq-sz\" with line, \"__FNGR__\" using 1:3 t \"plist-sz\" with line, \"__FNGR__\" using 1:4 t \"ldavg-1\" with line, \"__FNGR__\" using 1:5 t \"ldavg-5\" with line, \"__FNGR__\" using 1:6 t \"ldavg-15\" with line"