Projet

Général

Profil

Révision 3179fb1f

ID3179fb1fb06b44a57fbbdf5d5d2f30f61024c80c
Parent eb9c0b1e
Enfant 0a9a91e2

Ajouté par Ropchan Sergey il y a presque 14 ans

durty plugin status fixed

Voir les différences:

plugins/other/lustre_abs
14 14

  
15 15
Monitoring node - lustre client with mounted lustre
16 16

  
17
=head1 VERSION
18

  
19
  $Id: lustre_df_abs,v 1.3 2011/03/01 10:39:58 fenix Exp $
20

  
17 21
=head1 AUTHOR
18 22

  
19 23
Ropchan Sergey <fenix.serega@gmail.com>
......
41 45

  
42 46
my @output = `$lfs_bin df`;
43 47

  
44
&print_values;
45

  
46 48
if ($ARGV[0] and $ARGV[0] eq "config") {
47 49
    print "graph_title Lustre cluster storage objects usage in TB\n";
48 50
    print "graph_args --base 1024 --lower-limit 0\n";
......
54 56
    exit 0;
55 57
}
56 58

  
59
&print_values;
60

  
57 61
sub print_labels {
58 62
    for $_ (@output) {
59 63
	#storage objects

Formats disponibles : Unified diff