Skip to content

logpresso/RLogpresso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RLogpresso

Logpresso SDK for R

Installation

Using the 'devtools' package:

> install.packages("rJava")
> install.packages("devtools")
> library("devtools")
> install_github("logpresso/RLogpresso")
> library("RLogpresso")

Usage

> client <- RLogpresso.create()
> client$connect("localhost", 8888, "id", "password")
> data <- client$query("table duration=2h sys_cpu_logs | timechart span=2m avg(kernel+user) as value")
> summary(data)

Support

You can get support from Eediom with the following methods:

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •