You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Forward Xu (Jira)" <ji...@apache.org> on 2019/09/09 00:25:00 UTC

[jira] [Comment Edited] (CALCITE-3329) Implement osquery for OS adapter

    [ https://issues.apache.org/jira/browse/CALCITE-3329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16925268#comment-16925268 ] 

Forward Xu edited comment on CALCITE-3329 at 9/9/19 12:24 AM:
--------------------------------------------------------------

hi [~julianhyde] 

Platforms for Sigar:

!image-2019-09-09-08-23-54-519.png!

The following is the system version supported by its lib:

!image-2019-09-09-08-13-06-543.png!

 I tested it on Windows 10, Mac, Linux. Although not covering all system versions, it is supported from the official introduction.

 

 


was (Author: x1q1j1):
hi [~julianhyde] Yes, The following is the system version supported by its lib:

!image-2019-09-09-08-13-06-543.png!

 I tested it on Windows 10, Mac, Linux. Although not covering all system versions, it is supported from the official introduction.

 

 

> Implement osquery for OS adapter
> --------------------------------
>
>                 Key: CALCITE-3329
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3329
>             Project: Calcite
>          Issue Type: New Feature
>            Reporter: Forward Xu
>            Assignee: Forward Xu
>            Priority: Major
>              Labels: pull-request-available
>         Attachments: 20160218233133330.png, image-2019-09-09-08-13-06-543.png, image-2019-09-09-08-23-54-519.png
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Implement osquery command for OS adapter, Achieve similar features of FaceBook's osquery. E.g:
>  select * from os_version;
>  select * from system_info;
>  select * from mounts;
>  select * from interface_addresses
>  select * from memory_info;
> select * from interface_addresses;
>  select cpu_info.* from cpu_info;



--
This message was sent by Atlassian Jira
(v8.3.2#803003)