[padb] r335 committed - Rename vp to be rank in the proc-summary view, vp really is a Quadrics...

padb at googlecode.com padb at googlecode.com
Wed Nov 25 14:22:26 GMT 2009


Revision: 335
Author: apittman
Date: Wed Nov 25 06:21:06 2009
Log: Rename vp to be rank in the proc-summary view, vp really is a Quadrics  
term,
most of the rest of the industry use rank and changing to this will make it
easier for people to understand.

http://code.google.com/p/padb/source/detail?r=335

Modified:
  /trunk/src/padb

=======================================
--- /trunk/src/padb	Wed Nov 25 06:00:09 2009
+++ /trunk/src/padb	Wed Nov 25 06:21:06 2009
@@ -3386,7 +3386,7 @@
      my $lines = tree_from_namespace( $nlines->{target_data} );
      foreach my $tag ( keys %{$lines} ) {
          my %hash;
-        $hash{vp} = $tag;
+        $hash{rank} = $tag;
          foreach my $key ( keys %{ $lines->{$tag} } ) {

              my $value = $lines->{$tag}{$key};
@@ -8911,7 +8911,6 @@
          handler     => \&show_queue,
          help        => 'Show the message queues',
          options_i   => { mpi_dll => undef, }
-
      };

      $allfns{kill} = {
@@ -8947,7 +8946,6 @@
              show_group_members => 'no',
              show_all_groups    => 'no',
          },
-
      };

      $allfns{pinfo} = {
@@ -8959,8 +8957,7 @@
              proc_shows_fds  => 'no',
              proc_shows_maps => 'no',
              proc_shows_stat => 'no',
-          }
-
+        }
      };

      $allfns{proc_summary} = {
@@ -8970,7 +8967,7 @@
          help        => 'Show process information in top format',
          options_i   => {
              column_seperator => '  ',
-            proc_sort_key    => 'vp',
+            proc_sort_key    => 'rank',
              nprocs_output    => undef,
          },
          options_bool => {
@@ -8980,17 +8977,15 @@
              proc_shows_maps    => 'no',
              proc_show_header   => 'yes',
              reverse_sort_order => 'no',
-
          },
          secondary => [
              {
                  arg_long => 'proc_format',
                  type     => '=s',
                  default =>
-'vp=vpid,hostname,pid,vmsize,vmrss,stat.state=S,load1=uptime,pcpu=%cpu,stat.processor=lcore,name=command'
+'rank,hostname,pid,vmsize,vmrss,stat.state=S,load1=uptime,pcpu=%cpu,stat.processor=lcore,name=command'
              },
-          ]
-
+        ]
      };

      $allfns{stack} = {




More information about the padb-devel mailing list