Documentation ¶
Index ¶
- func New(b *beat.Beat, cfg *common.Config) (beat.Beater, error)
- type Gpfsbeat
- func (bt *Gpfsbeat) MmDf() ([]parser.ParseResult, error)
- func (bt *Gpfsbeat) MmLsFileset() ([]parser.MmLsFilesetInfo, error)
- func (bt *Gpfsbeat) MmLsFs() ([]string, error)
- func (bt *Gpfsbeat) MmRepQuota() ([]parser.QuotaInfo, error)
- func (bt *Gpfsbeat) Run(b *beat.Beat) error
- func (bt *Gpfsbeat) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Gpfsbeat ¶
type Gpfsbeat struct {
// contains filtered or unexported fields
}
Gpfsbeat generated structure
func (*Gpfsbeat) MmDf ¶
func (bt *Gpfsbeat) MmDf() ([]parser.ParseResult, error)
MmDf is a wrapper around the mmdf command
func (*Gpfsbeat) MmLsFileset ¶
func (bt *Gpfsbeat) MmLsFileset() ([]parser.MmLsFilesetInfo, error)
MmLsFileset is a wrapper around the mmlsfileset command
func (*Gpfsbeat) MmRepQuota ¶
MmRepQuota is a wrapper around the mmrepquota command
Click to show internal directories.
Click to hide internal directories.