Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
devops
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3d527e2e
authored
Aug 05, 2018
by
Amir Aharon
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add accounts and commands
parent
e6cb4fea
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
0 deletions
common/docs/Accounts.odt
common/docs/UsefulCommands.txt
common/docs/elasticsearch-rest.txt
common/docs/web-frameworks.docx
common/docs/Accounts.odt
View file @
3d527e2e
No preview for this file type
common/docs/UsefulCommands.txt
View file @
3d527e2e
...
...
@@ -48,3 +48,6 @@ https://docs.npmjs.com/getting-started/fixing-npm-permissions
e.g: delete every report older then 1519298608000
db.getCollection('reports').remove({"created": { "$lte": 1519298608000}})
[admin]
- top for io/disk: sudo iotop -oPa
common/docs/elasticsearch-rest.txt
View file @
3d527e2e
...
...
@@ -158,3 +158,6 @@ pip install es2csv
es2csv -q 'type:"thing/*"' -u 172.16.1.72:9200 -o activities.csv -m 100 -i activityidx -f creationTime type metaData
es2csv -q 'type:"thing/traffic-lane" AND userId:"chicago/*"' -u 172.16.1.72:9200 -o activities.csv -m 100 -i activityidx -f creationTime id type metaData
es2csv -q 'type:"thing/traffic-lane" AND userId:"chicago/*" AND creationTime:>1519895494000' -u 172.16.1.72:9200 -o activities-traffic-chicago.csv -m 100000 -i activityidx -f creationTime id type metaData.loc metaData.measures.speed metaData.measures.vehicleCount
common/docs/web-frameworks.docx
View file @
3d527e2e
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment