File manager - Edit - /usr/lib/python3/dist-packages/sos/report/plugins/__pycache__/pulp.cpython-310.pyc
Back
o -�_g� � @ sB d dl mZ d dlmZ d dlmZmZmZ G dd� dee�ZdS )� )�match)�quote)�Plugin�RedHatPlugin� PluginOptc @ sT e Zd ZdZdZdZdZedddd�gZd Z d Z dZdZdd � Z dd� Zdd� ZdS )�Pulpz Pulp platform�pulp)zpulp-serverzpulp-katellozpython3-pulpcore)�/etc/pulp/settings.py�tasks�� z*number of tasks to collect from DB queries)�default�desc� localhost�27017� c C s� d}d}zut dddd��}|�� �� }W d � n1 sw Y |D ]S}td|�rC|�� d �d �d �d�}|d | _|d | _td|�rRd |�� d � �| _td|�rad|�� d � �| _|� d�rhd}|rw|� d�rw|�� d }d}q$W n t y� Y nw | �ddi� | �g d�� | � d�}| �d|� d��}| �d|� d��} | �d|� d��} | �d�}| �d�}| j|dd� | j| dd� | j| d d� | j|d!d� | j|d"d� d#D ]} | jd$| � d%|� d&�d'| � �d(� q�| jd)d*d� d S )+Nr Fz/etc/pulp/server.conf�rzUTF-8)�encodingz^\s*seeds:\s+\S+:\S+� �,r �:z\s*username:\s+\S+z-u z\s*password:\s+\S+z-p z[messaging]Tz certfile:z/etc/default/pulp_workers�pulp_worker_defaults)z/etc/pulp/*.confr �/etc/pulp/settings.local.pyz /etc/pulp/server/plugins.conf.d/z/etc/default/pulp*z/var/log/httpd/pulp-http.log*z/var/log/httpd/pulp-https.log*z(/var/log/httpd/pulp-http_access_ssl.log*z)/var/log/httpd/pulp-https_access_ssl.log*z'/var/log/httpd/pulp-http_error_ssl.log*z(/var/log/httpd/pulp-https_error_ssl.log*r z"DBQuery.shellBatchSize=zG;; db.task_status.find().sort({finish_time: -1}).pretty().shellPrint()"z6;; db.reserved_resources.find().pretty().shellPrint()"zK;; db.task_status.find({state:{\$ne: \"finished\"}}).pretty().shellPrint()"a� "function humanReadable(bytes) { var i = -1; var byteUnits = ['kB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']; do { bytes = bytes / 1024; i++; } while (bytes > 1024); return Math.max(bytes, 0.1).toFixed(1) + ' ' + byteUnits[i];};var collectionNames = db.getCollectionNames(), stats = [];collectionNames.forEach(function (n) { stats.push(db[n].stats()); });stats = stats.sort(function(a, b) { return b['size'] - a['size']; });for (var c in stats) { print(stats[c]['ns'] + ': ' + humanReadable(stats[c]['size']) + ' (' + humanReadable(stats[c]['storageSize']) + ')'); }"z"db.stats()"zmongo-task_status)�suggest_filenamezmongo-reserved_resourceszpulp-running_taskszmongo-collection_sizeszmongo-db_stats�quczqpid-stat -z --ssl-certificate=z -b amqps://localhost:5671� qpid_stat_)�tagszosudo -u pulp PULP_SETTINGS='/etc/pulp/settings.py' DJANGO_SETTINGS_MODULE='pulpcore.app.settings' dynaconf list� dynaconf_list)�open�read� splitlinesr �split�dbhost�dbport�dbuser� dbpassword� startswith�IOError� add_file_tags� add_copy_spec� get_option�build_mongo_cmd�add_cmd_output)�self�messaging_cert_file�in_messaging_section�file� pulp_lines�line�uri� num_tasks�mtasks�mres�prun�csizes�dbstats�opt� r: �9/usr/lib/python3/dist-packages/sos/report/plugins/pulp.py�setup! sv � ���� � � �� �� �z Pulp.setupc C s@ d}d| j � d| j� d| j� d| j� �}d}|t|||f � S )z Build mongoDB command z bash -c %sz--host z --port � z mongo pulp_database %s --eval %s)r! r"