当前位置:网站首页>SSDB foundation 1
SSDB foundation 1
2022-04-23 19:06:00 【franket】
By default, it will be installed in /usr/local/ssdb Under the table of contents
[[email protected] ssdb-master]# ll /usr/local/ssdb/
total 17848
drwxrwxrwx 6 root root 4096 Nov 24 19:41 api
drwxrwxrwx 2 root root 4096 Nov 24 19:41 _cpy_
drwxrwxrwx 3 root root 4096 Nov 24 19:41 deps
-rwxrwxrwx 1 root root 4186529 Nov 24 19:41 ssdb-bench
drwxrwxrwx 2 root root 4096 Nov 24 19:41 ssdb_cli
-rwxrwxrwx 1 root root 149 Nov 24 19:41 ssdb-cli
-rwxrwxrwx 1 root root 12560 Nov 24 19:41 ssdb-cli.cpy
-rwxrwxrwx 1 root root 946 Nov 24 19:41 ssdb.conf
-rwxrwxrwx 1 root root 4531101 Nov 24 19:41 ssdb-dump
-rwxrwxrwx 1 root root 4546317 Nov 24 19:41 ssdb-repair
-rwxrwxrwx 1 root root 4950089 Nov 24 19:41 ssdb-server
-rwxrwxrwx 1 root root 705 Nov 24 19:41 ssdb_slave.conf
drwxrwxrwx 2 root root 4096 Nov 24 19:41 var
drwxrwxrwx 2 root root 4096 Nov 24 19:41 var_slave
[[email protected] ssdb-master]#
Start and stop
The front desk operation
This mode will occupy the current terminal
[[email protected] ssdb]# ./ssdb-server ssdb.conf
ssdb-server 1.9.2
Copyright (c) 2012-2015 ssdb.io
View process status
[[email protected] ssdb]# ps faux | grep ssdb | grep -v grep
root 10734 0.4 1.8 184860 34508 pts/1 Sl+ 20:29 0:07 \_ ./ssdb-server ssdb.conf
[[email protected] ssdb]#
Check the log
[[email protected] ssdb]# cat log.txt
2015-11-24 20:29:21.692 [INFO ] ssdb-server.cpp(46): ssdb-server 1.9.2
2015-11-24 20:29:21.692 [INFO ] ssdb-server.cpp(47): conf_file : ssdb.conf
2015-11-24 20:29:21.692 [INFO ] ssdb-server.cpp(48): log_level : debug
2015-11-24 20:29:21.692 [INFO ] ssdb-server.cpp(49): log_output : log.txt
2015-11-24 20:29:21.692 [INFO ] ssdb-server.cpp(50): log_rotate_size : 1000000000
2015-11-24 20:29:21.692 [INFO ] ssdb-server.cpp(52): main_db : ./var/data
2015-11-24 20:29:21.692 [INFO ] ssdb-server.cpp(53): meta_db : ./var/meta
2015-11-24 20:29:21.692 [INFO ] ssdb-server.cpp(54): cache_size : 500 MB
2015-11-24 20:29:21.692 [INFO ] ssdb-server.cpp(55): block_size : 32 KB
2015-11-24 20:29:21.692 [INFO ] ssdb-server.cpp(56): write_buffer : 64 MB
2015-11-24 20:29:21.692 [INFO ] ssdb-server.cpp(57): max_open_files : 500
2015-11-24 20:29:21.692 [INFO ] ssdb-server.cpp(58): compaction_speed : 1000 MB/s
2015-11-24 20:29:21.692 [INFO ] ssdb-server.cpp(59): compression : yes
2015-11-24 20:29:21.692 [INFO ] ssdb-server.cpp(60): binlog : yes
2015-11-24 20:29:21.692 [INFO ] ssdb-server.cpp(61): sync_speed : -1 MB/s
2015-11-24 20:29:21.719 [INFO ] binlog.cpp(175): binlogs capacity: 20000000, min: 0, max: 0,
2015-11-24 20:29:21.729 [INFO ] server.cpp(159): server listen on 127.0.0.1:8888
2015-11-24 20:29:21.729 [INFO ] server.cpp(169): auth: off
2015-11-24 20:29:21.730 [DEBUG] cluster.cpp(13): Cluster init
2015-11-24 20:29:21.730 [INFO ] serv.cpp(329): key_range.kv: "", ""
2015-11-24 20:29:21.730 [INFO ] ssdb-server.cpp(84): pidfile: ./var/ssdb.pid, pid: 10734
2015-11-24 20:29:21.730 [INFO ] ssdb-server.cpp(85): ssdb server started.
2015-11-24 20:29:21.731 [DEBUG] ttl.cpp(112): load 0 keys into fast_keys
2015-11-24 20:29:21.732 [DEBUG] worker.cpp(17): writer 0 init
2015-11-24 20:29:21.732 [DEBUG] worker.cpp(17): reader 0 init
2015-11-24 20:29:21.733 [DEBUG] worker.cpp(17): reader 1 init
2015-11-24 20:29:21.741 [DEBUG] worker.cpp(17): reader 2 init
2015-11-24 20:29:21.742 [DEBUG] worker.cpp(17): reader 3 init
2015-11-24 20:29:21.758 [DEBUG] worker.cpp(17): reader 4 init
2015-11-24 20:29:21.775 [DEBUG] worker.cpp(17): reader 5 init
2015-11-24 20:29:21.794 [DEBUG] worker.cpp(17): reader 6 init
2015-11-24 20:29:21.810 [DEBUG] worker.cpp(17): reader 7 init
2015-11-24 20:29:21.810 [DEBUG] worker.cpp(17): reader 9 init
2015-11-24 20:29:21.811 [DEBUG] worker.cpp(17): reader 8 init
2015-11-24 20:34:22.630 [INFO ] server.cpp(203): server running, links: 0
2015-11-24 20:39:22.630 [INFO ] server.cpp(203): server running, links: 0
2015-11-24 20:44:22.630 [INFO ] server.cpp(203): server running, links: 0
2015-11-24 20:49:22.630 [INFO ] server.cpp(203): server running, links: 0
2015-11-24 20:54:22.630 [INFO ] server.cpp(203): server running, links: 0
2015-11-24 20:59:22.630 [INFO ] server.cpp(203): server running, links: 0
[[email protected] ssdb]#
版权声明
本文为[franket]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231853539763.html
边栏推荐
- SSDB基础3
- Introduction to ROS learning notes (I)
- The first leg of the national tour of shengteng AI developer creation and enjoyment day was successfully held in Xi'an
- Partage de la conception de l'alimentation électrique de commutation et illustration des compétences en conception de l'alimentation électrique
- Sogou cell thesaurus analysis (only extract words and word frequency)
- Fundamentals of machine learning theory -- some terms about machine learning
- 7、 DOM (Part 2) - chapter after class exercises and answers
- 微搭低代码零基础入门课(第三课)
- Practice of Druid SQL and security in meituan review
- Client interns of a large factory share their experience face to face
猜你喜欢

ESP32 LVGL8. 1 - input devices (input devices 18)

ESP32 LVGL8. 1 - checkbox (checkbox 23)

Practice of Druid SQL and security in meituan review

Solutions such as unknown or garbled code or certificate problem prompt in Charles's mobile phone packet capture, actual measurement.

Class loading process of JVM

Raspberry pie uses root operation, and the graphical interface uses its own file manager

ESP32 LVGL8. 1 - arc (arc 19)

c#:泛型反射

Summary of actual business optimization scheme - main directory - continuous update

Druid SQL和Security在美团点评的实践
随机推荐
[mathematical modeling] - analytic hierarchy process (AHP)
Database computer experiment 4 (data integrity and stored procedure)
ESP32 LVGL8. 1 - msgbox message box (msgbox 28)
Scrollto and scrollby
在渤海期货办理开户安全吗。
[play with lighthouse] Tencent cloud lightweight server builds a full platform video analysis video download website
【玩转Lighthouse】腾讯云轻量服务器搭建全平台视频解析视频下载网站
机器学习理论基础篇--关于机器学习的一些术语
[today in history] April 23: the first video uploaded on YouTube; Netease cloud music officially launched; The inventor of digital audio player was born
After opening the original normal project, the dependency package displays red and does not exist.
Machine learning practice - naive Bayes
Screen right-click menu in souI
Wechat video extraction and receiving file path
About the operation of unit file reading (I)
Eight bit binary multiplier VHDL
RPM包管理
中金财富怎么样?在上边开户安全吗
该买什么设备,Keysight 给你挑好了
【C语言进阶11——字符和字符串函数及其模拟实现(2))】
腾讯云GPU最佳实践-使用jupyter pycharm远程开发训练