Skip to content

novathinker/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:

About

Logpresso SDK for R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 61.5%
  • Java 38.4%
  • Shell 0.1%